|
|
@ -12,6 +12,7 @@ void display_status(char* status_text) { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
void init() { |
|
|
|
void init() { |
|
|
|
|
|
|
|
clear_screen(); |
|
|
|
display_status("Kernel loaded"); |
|
|
|
display_status("Kernel loaded"); |
|
|
|
|
|
|
|
|
|
|
|
vga_init(); // Initialize the screen first
|
|
|
|
vga_init(); // Initialize the screen first
|
|
|
|