mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-11 07:19:20 +00:00
Do not stop the scheduler at the beginning of the crash handler
This commit is contained in:
@ -106,7 +106,7 @@ void KernelMainThread()
|
||||
KPrint("\eE85230Userspace process exited with code %d", ret.Thread->GetExitCode());
|
||||
error("Userspace process exited with code %d (%#x)", ret.Thread->GetExitCode(), ret.Thread->GetExitCode());
|
||||
Exit:
|
||||
KPrint("Well, that's it. I'm going to sleep now.");
|
||||
KPrint("Well, this is awkward. I guess you'll have to reboot.");
|
||||
CPU::Halt(true);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user