Added kernel panic routines to output to the screen on kpanic
[tpg/acess2.git] / Kernel / arch / x86 / mm_virt.c
index cf77b87..db89cc1 100644 (file)
@@ -214,6 +214,8 @@ void MM_PageFault(tVAddr Addr, Uint ErrorCode, tRegs *Regs)
                return ;
        }
        
+       Debug_KernelPanic();
+       
        // -- Check Error Code --
        if(ErrorCode & 8)
                Warning("Reserved Bits Trashed!");

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