Use the BSOD color that Cutler intended
[reactos.git] / reactos / hal / halx86 / generic / halinit.c
index 29e997a..dfebdd7 100644 (file)
 
 /* INCLUDES *****************************************************************/
 
-#include <ddk/ntddk.h>
 #include <hal.h>
-
 #define NDEBUG
-#include <internal/debug.h>
+#include <debug.h>
 
 /* GLOBALS *****************************************************************/
 
@@ -40,7 +38,7 @@ HalInitSystem (ULONG BootPhase,
   if (BootPhase == 0)
     {
       RtlZeroMemory(&HalpHooks, sizeof(HALP_HOOKS));
-      HalpInitPhase0();      
+      HalpInitPhase0(LoaderBlock);      
     }
   else if (BootPhase == 1)
     {