- Added support for NTLDR style freeloader GUI. To enable, edit freeldr.ini and add:
[reactos.git] / reactos / hal / halx86 / generic / halinit.c
index dfebdd7..12f440c 100644 (file)
@@ -53,8 +53,7 @@ HalInitSystem (ULONG BootPhase,
   else if (BootPhase == 2)
     {
       /* Go to blue screen */
-      HalClearDisplay (0x17); /* grey on blue */
-      
+    
       HalpZeroPageMapping = MmMapIoSpace((LARGE_INTEGER)0LL, PAGE_SIZE, MmNonCached);
     }