fix: 0x0x in panic

This commit is contained in:
Karina
2025-12-22 00:47:49 +04:00
parent 2c998b53e5
commit a83bd40a86
2 changed files with 7 additions and 5 deletions
+2
View File
@@ -38,5 +38,7 @@ void kmain(Bootinfo* info) {
kfetch();
__asm__("ud2"); // panic :(
while (1) { __asm__("hlt"); }
}