projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use the BSOD color that Cutler intended
[reactos.git]
/
reactos
/
hal
/
halx86
/
generic
/
halinit.c
diff --git
a/reactos/hal/halx86/generic/halinit.c
b/reactos/hal/halx86/generic/halinit.c
index
12f440c
..
dfebdd7
100644
(file)
--- a/
reactos/hal/halx86/generic/halinit.c
+++ b/
reactos/hal/halx86/generic/halinit.c
@@
-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);
}