refactor
E. Almqvist 3 years ago
parent 3c49c1ed7d
commit ef48898fd6
  1. 1
      kernel/kernel.c

@ -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

Loading…
Cancel
Save