mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-13 08:19:18 +00:00
Add implementation for GDT & IDT on x32 and QoL fixes
This commit is contained in:
@ -817,8 +817,8 @@ namespace CrashHandler
|
||||
{
|
||||
// TODO: SUPPORT SMP
|
||||
CPU::Interrupts(CPU::Disable);
|
||||
SBIdx = 255;
|
||||
CHArchTrapFrame *Frame = (CHArchTrapFrame *)Data;
|
||||
SBIdx = 255;
|
||||
#if defined(a64)
|
||||
debug("-----------------------------------------------------------------------------------");
|
||||
error("Exception: %#llx", Frame->InterruptNumber);
|
||||
|
Reference in New Issue
Block a user