MyOS Kernel
|
Go to the source code of this file.
Functions | |
void | vga_init (char *screen) |
void | vga_write_string (const char *string) |
void vga_init | ( | char * | screen | ) |
Initilaze the VGA error writing driver
screen | Pointer to VGA screen memory |
void vga_write_string | ( | const char * | string | ) |
Write a string starting at the top line of the VGA display
string | The string to write |