Use the BSOD color that Cutler intended
[reactos.git] / reactos / hal / halx86 / generic / halinit.c
index 12f440c..dfebdd7 100644 (file)
@@ -53,7 +53,8 @@ HalInitSystem (ULONG BootPhase,
   else if (BootPhase == 2)
     {
       /* Go to blue screen */
-    
+      HalClearDisplay (0x17); /* grey on blue */
+      
       HalpZeroPageMapping = MmMapIoSpace((LARGE_INTEGER)0LL, PAGE_SIZE, MmNonCached);
     }