feat: basic modules:
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user