MyOS Kernel
vga_err.h File Reference

Go to the source code of this file.

Functions

void vga_init (char *screen)
 
void vga_write_string (const char *string)
 

Function Documentation

◆ vga_init()

void vga_init ( char *  screen)

Initilaze the VGA error writing driver

Parameters
screenPointer to VGA screen memory

◆ vga_write_string()

void vga_write_string ( const char *  string)

Write a string starting at the top line of the VGA display

Parameters
stringThe string to write