Merge branch 'master' of github.com:thepowersgang/acess2
[tpg/acess2.git] / KernelLand / Kernel / arch / x86 / kpanic.c
index 3e2ccac..bf18aa8 100644 (file)
@@ -87,7 +87,7 @@ void KernelPanic_SetMode(void)
        if( giKP_Pos )  return ;
        
        // Restore VGA 0xB8000 text mode
-       #if 1
+       #if 0
        for( i = 0; i < NUM_REGVALUES; i++ )
        {
                // Reset Flip-Flop
@@ -153,4 +153,10 @@ void KernelPanic_PutChar(char Ch)
                giKP_Pos ++;
                break;
        }
+       #if 0
+       {
+               char    s[2] = {Ch,0};
+               VT_int_PutString(gpVT_CurTerm, s);
+       }
+       #endif
 }

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