diff options
author | Joursoir <chat@joursoir.net> | 2021-10-24 18:32:51 +0000 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2021-10-24 18:32:51 +0000 |
commit | f6603e4d0f0f689cbeafd09ab07dc34c6e889efd (patch) | |
tree | 2324eb7cb8f633f77ca74502f620a60e9e200fb9 /lib | |
parent | a7a35dde7325d9c3c42f45e4c56c2235a2abf19c (diff) | |
download | ufm-f6603e4d0f0f689cbeafd09ab07dc34c6e889efd.tar.gz ufm-f6603e4d0f0f689cbeafd09ab07dc34c6e889efd.tar.bz2 ufm-f6603e4d0f0f689cbeafd09ab07dc34c6e889efd.zip |
tbi/screen: add note about character modes
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tbi/screen.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/tbi/screen.h b/lib/tbi/screen.h index cff98a8..e97bf64 100644 --- a/lib/tbi/screen.h +++ b/lib/tbi/screen.h @@ -1,6 +1,11 @@ #ifndef UFM_TBI_SCREEN_H #define UFM_TBI_SCREEN_H +/* + EDK2 NOTE: All devices that support the Simple Text Output Protocol must + minimally support an 80x25 character mode. Additional modes are optional +*/ + #include <Uefi.h> struct screen |