11#define SCREEN_CONSOLE 1
13#define SCREEN_KDEBUG 3
19#define COLOR_DARKGRAY 2
20#define COLOR_LIGHTBLUE 3
22#define COLOR_MAGENTA 5
23#define COLOR_LIGHTRED 6
24#define COLOR_LIGHTMAGENTA 7
27#define COLOR_LIGHTGREEN 10
28#define COLOR_LIGHTCYAN 11
30#define COLOR_LIGHTGREY 13
31#define COLOR_YELLOW 14
43void Panic(
const char *str);
void VGA_Puts(const char *str)
void VGA_ScollDisplay(void)
void VGA_ClearDisplay(void)
void VGA_SwitchTo(int screen)
void VGA_LoadFont(void *fontBuffer, int maxLength)
void Panic(const char *str)
void VGA_SaveFont(void *fontBuffer, int maxLength)