Code fixes and stability

This commit is contained in:
Alex
2022-11-15 01:50:07 +02:00
parent 82bdd4ec8b
commit 3542dfca8b
6 changed files with 86 additions and 37 deletions

View File

@ -288,6 +288,7 @@ namespace CrashHandler
__no_stack_protector void Handle(void *Data)
{
// TODO: SUPPORT SMP
CPU::Interrupts(CPU::Disable);
error("An exception occurred!");
if (TaskManager)