This commit is contained in:
nub31
2025-08-24 20:09:11 +02:00
parent 57ef424e00
commit 01e6022fa7
8 changed files with 128 additions and 49 deletions

View File

@@ -6,8 +6,7 @@ void kernel_main(void)
vga_clear();
idt_init();
vga_print_success("IDT intialzied\n");
vga_print("Welcome to nub OS\n");
int x = 1 / 0;
}