[ros-diffs] [gvg] 20458: Use the BSOD color that Cutler intended

gvg at svn.reactos.org gvg at svn.reactos.org
Fri Dec 30 16:28:50 CET 2005


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);
     }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20051230/66711a00/attachment.html


More information about the Ros-diffs mailing list