forked from xt-sys/exectos
		
	Lower runlevel to APC before initializing idle process
This commit is contained in:
		| @@ -38,6 +38,9 @@ KepInitializeKernel(VOID) | ||||
|     /* Save processor state */ | ||||
|     KepSaveProcessorState(&Prcb->ProcessorState); | ||||
|  | ||||
|     /* Lower to APC runlevel */ | ||||
|     KeLowerRunLevel(APC_LEVEL); | ||||
|  | ||||
|     /* Initialize Idle process */ | ||||
|     RtlInitializeListHead(&KepProcessListHead); | ||||
|     PageDirectory[0] = 0; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user