mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
Use the BSOD color that Cutler intended
svn path=/trunk/; revision=20458
This commit is contained in:
parent
94c6a2cd26
commit
e4c4a50a9e
2 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue