Fixed wrong stack pointer & new tss command for crash screen

This commit is contained in:
Alex
2022-12-07 04:15:20 +02:00
parent b9f8e976f6
commit eab80c215c
6 changed files with 44 additions and 32 deletions

View File

@ -130,7 +130,7 @@ namespace Interrupts
if (likely(handler != (Handler *)0xdeadbeef))
handler->OnInterruptReceived(Frame);
else
error("Unhandled IRQ%ld on CPU %d.", Frame->InterruptNumber - 32, Core);
error("IRQ%ld is unhandled on CPU %d.", Frame->InterruptNumber - 32, Core);
if (likely(apic[Core]))
{