Turnstone Operating System
|
video driver More...
Typedefs | |
typedef void(* | video_graphics_print_f) (const char_t *str) |
Functions | |
int8_t | video_display_init (memory_heap_t *heap, list_t *display_controllers) |
video diplay pci devices init More... | |
void | video_print (const char_t *string) |
prints string to console with efi system table's console output protocol. More... | |
void | video_text_print (const char_t *string) |
Variables | |
video_graphics_print_f | VIDEO_GRAPHICS_PRINT |
video driver
This work is licensed under TURNSTONE OS Public License. Please read and understand latest version of Licence.
int8_t video_display_init | ( | memory_heap_t * | heap, |
list_t * | display_controllers | ||
) |
video diplay pci devices init
[in] | heap | heap to allocate memory |
[in] | display_controllers | list of display controllers |
void video_print | ( | const char_t * | string | ) |
prints string to console with efi system table's console output protocol.
[in] | string | string to print. |