Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenhalinit_xbox.c
Go to the documentation of this file.
00001 /* $Id: halinit_xbox.c 53675 2011-09-10 18:58:01Z tkreuzer $ 00002 * 00003 * COPYRIGHT: See COPYING in the top level directory 00004 * PROJECT: ReactOS kernel 00005 * FILE: ntoskrnl/hal/x86/halinit.c 00006 * PURPOSE: Initalize the x86 hal 00007 * PROGRAMMER: David Welch (welch@cwcom.net) 00008 * UPDATE HISTORY: 00009 * 11/06/98: Created 00010 */ 00011 00012 /* INCLUDES *****************************************************************/ 00013 00014 #include "halxbox.h" 00015 00016 #define NDEBUG 00017 #include <debug.h> 00018 00019 const USHORT HalpBuildType = HAL_BUILD_TYPE; 00020 00021 /* FUNCTIONS ***************************************************************/ 00022 00023 VOID 00024 NTAPI 00025 HalpInitProcessor( 00026 IN ULONG ProcessorNumber, 00027 IN PLOADER_PARAMETER_BLOCK LoaderBlock) 00028 { 00029 /* Set default IDR */ 00030 KeGetPcr()->IDR = 0xFFFFFFFB; 00031 } 00032 00033 VOID 00034 HalpInitPhase0(PLOADER_PARAMETER_BLOCK LoaderBlock) 00035 { 00036 HalpXboxInitPartIo(); 00037 } 00038 00039 VOID 00040 HalpInitPhase1(VOID) 00041 { 00042 } 00043 00044 /* EOF */ Generated on Sun May 27 2012 04:28:45 for ReactOS by
1.7.6.1
|