Made the KPanic routine switch back to 0xB8000 text mode
[tpg/acess2.git] / Kernel / arch / x86 / errors.c
index 31c385f..f539183 100644 (file)
@@ -66,6 +66,7 @@ void ErrorHandler(tRegs *Regs)
                return ;
        }
        
+       Debug_KernelPanic();
        Warning("CPU Error %i - %s, Code: 0x%x",
                Regs->int_num, csaERROR_NAMES[Regs->int_num], Regs->err_code);
        Warning(" CS:EIP = 0x%04x:%08x", Regs->cs, Regs->eip);

UCC git Repository :: git.ucc.asn.au