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