Kernel: Print stack trace on isr
This commit is contained in:
parent
aa59142bfa
commit
82b049204d
|
@ -160,6 +160,7 @@ namespace IDT
|
|||
regs->rip, regs->rflags,
|
||||
regs->cr0, regs->cr2, regs->cr3, regs->cr4
|
||||
);
|
||||
Debug::dump_stack_trace();
|
||||
|
||||
if (tid)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue