Use the BSOD color that Cutler intended

svn path=/trunk/; revision=20458
This commit is contained in:
Gé van Geldorp 2005-12-30 15:28:43 +00:00
parent 94c6a2cd26
commit e4c4a50a9e
2 changed files with 3 additions and 2 deletions

View file

@ -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)

View 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);
}