3 * COPYRIGHT: See COPYING in the top level directory
4 * PROJECT: ReactOS kernel
5 * FILE: ntoskrnl/hal/x86/halinit.c
6 * PURPOSE: Initalize the x86 hal
7 * PROGRAMMER: David Welch (welch@cwcom.net)
12 /* INCLUDES *****************************************************************/
16 #include <ddk/ntddk.h>
20 #include <internal/debug.h>
23 /* FUNCTIONS ***************************************************************/
26 HalpInitPhase0(PLOADER_PARAMETER_BLOCK LoaderBlock
)
28 HalpHooks
.InitPciBus
= HalpXboxInitPciBus
;
32 /* Setup busy waiting */
33 HalpCalibrateStallExecution();