feat: basic modules:

This commit is contained in:
karina
2026-05-03 17:59:46 +04:00
parent 08248e3f3c
commit bedb03fc37
5 changed files with 43 additions and 13 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ Address ExceptionsHandler(ExceptionsContext* frame, ExceptionsType type) {
}
if (class == 0x15 && syndrome == 0) {
OSPanic("Wow! We are inside EL0! Syscall caught successfully! :D");
OSPanic("Hi from userspace!!");
}
}
OSPanicException(frame);