Lower runlevel to APC before initializing idle process
这个提交包含在:
父节点
c98ad3862b
当前提交
e4155ee008
@ -38,6 +38,9 @@ KepInitializeKernel(VOID)
|
|||||||
/* Save processor state */
|
/* Save processor state */
|
||||||
KepSaveProcessorState(&Prcb->ProcessorState);
|
KepSaveProcessorState(&Prcb->ProcessorState);
|
||||||
|
|
||||||
|
/* Lower to APC runlevel */
|
||||||
|
KeLowerRunLevel(APC_LEVEL);
|
||||||
|
|
||||||
/* Initialize Idle process */
|
/* Initialize Idle process */
|
||||||
RtlInitializeListHead(&KepProcessListHead);
|
RtlInitializeListHead(&KepProcessListHead);
|
||||||
PageDirectory[0] = 0;
|
PageDirectory[0] = 0;
|
||||||
|
@ -38,6 +38,9 @@ KepInitializeKernel(VOID)
|
|||||||
/* Save processor state */
|
/* Save processor state */
|
||||||
KepSaveProcessorState(&Prcb->ProcessorState);
|
KepSaveProcessorState(&Prcb->ProcessorState);
|
||||||
|
|
||||||
|
/* Lower to APC runlevel */
|
||||||
|
KeLowerRunLevel(APC_LEVEL);
|
||||||
|
|
||||||
/* Initialize Idle process */
|
/* Initialize Idle process */
|
||||||
RtlInitializeListHead(&KepProcessListHead);
|
RtlInitializeListHead(&KepProcessListHead);
|
||||||
PageDirectory[0] = 0;
|
PageDirectory[0] = 0;
|
||||||
|
正在加载...
x
在新工单中引用
屏蔽一个用户