Use the BSOD color that Cutler intended
Modified: trunk/reactos/hal/halx86/generic/display.c
Modified: trunk/reactos/hal/halx86/generic/halinit.c

Modified: trunk/reactos/hal/halx86/generic/display.c
--- trunk/reactos/hal/halx86/generic/display.c	2005-12-30 13:33:31 UTC (rev 20457)
+++ trunk/reactos/hal/halx86/generic/display.c	2005-12-30 15:28:43 UTC (rev 20458)
@@ -171,7 +171,7 @@
 
 
 #define CHAR_ATTRIBUTE_BLACK  0x00  /* black on black */
-#define CHAR_ATTRIBUTE        0x07  /* grey on black */
+#define CHAR_ATTRIBUTE        0x17  /* grey on blue */
 
 #define FONT_AMOUNT        (8*8192)
 

Modified: trunk/reactos/hal/halx86/generic/halinit.c
--- trunk/reactos/hal/halx86/generic/halinit.c	2005-12-30 13:33:31 UTC (rev 20457)
+++ trunk/reactos/hal/halx86/generic/halinit.c	2005-12-30 15:28:43 UTC (rev 20458)
@@ -53,7 +53,8 @@
   else if (BootPhase == 2)
     {
       /* Go to blue screen */
-    
+      HalClearDisplay (0x17); /* grey on blue */
+      
       HalpZeroPageMapping = MmMapIoSpace((LARGE_INTEGER)0LL, PAGE_SIZE, MmNonCached);
     }