Turnstone Operating System
|
EFI console driver. More...
Functions | |
MODULE ("turnstone.efi") | |
void | video_print (const char_t *string) |
prints string to console with efi system table's console output protocol. More... | |
void | video_clear_screen (void) |
clears screen with efi system table's console output protocol. More... | |
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_clear_screen | ( | void | ) |
clears screen with efi system table's console output protocol.
clears screen aka write space to all buffer
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