Do not stop the scheduler at the beginning of the crash handler

This commit is contained in:
Alex
2022-11-15 15:22:18 +02:00
parent c2628019b7
commit 89f5d29135
2 changed files with 5 additions and 14 deletions

View File

@ -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);
}