WIP: modules

This commit is contained in:
karina
2026-05-03 15:49:40 +04:00
parent 2c7396353c
commit 08248e3f3c
13 changed files with 539 additions and 62 deletions
+4
View File
@@ -18,6 +18,10 @@ Address ExceptionsHandler(ExceptionsContext* frame, ExceptionsType type) {
return SchedulerNext((Address)frame);
}
}
if (class == 0x15 && syndrome == 0) {
OSPanic("Wow! We are inside EL0! Syscall caught successfully! :D");
}
}
OSPanicException(frame);
}