|
Turnstone Operating System
|
EFI console driver. More...
Functions | |
| MODULE ("turnstone.efi") | |
| void | screen_clear (void) |
| clears screen with efi system table's console output protocol. | |
| void | video_print (const char_t *string) |
| prints string to console with efi system table's console output protocol. | |
| void | video_text_print (const char_t *str) |
Variables | |
| efi_system_table_t * | ST |
EFI console driver.
This work is licensed under TURNSTONE OS Public License. Please read and understand latest version of Licence.
| MODULE | ( | "turnstone.efi" | ) |
module name
| void video_print | ( | const char_t * | string | ) |
prints string to console with efi system table's console output protocol.
| [in] | string | string to print. |
|
extern |
EFI system table global variable