This commit is contained in:
nub31
2025-08-24 20:14:27 +02:00
parent 01e6022fa7
commit bbd4b62697
3 changed files with 4 additions and 14 deletions

View File

@@ -9,4 +9,6 @@ void kernel_main(void)
vga_print_success("IDT intialzied\n");
vga_print("Welcome to nub OS\n");
__asm__ volatile("int $255");
}