irq improvements

This commit is contained in:
nub31
2025-08-24 20:39:23 +02:00
parent bbd4b62697
commit bffea5b0c1
5 changed files with 156 additions and 82 deletions

View File

@@ -10,5 +10,5 @@ void kernel_main(void)
vga_print("Welcome to nub OS\n");
__asm__ volatile("int $255");
int i = 2 / 0;
}