mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-09 06:19:19 +00:00
Code fixes and stability
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user