lower IRQL at appropriate time.

svn path=/trunk/; revision=29945
This commit is contained in:
Art Yerkes 2007-10-28 23:23:51 +00:00
parent b308496ffa
commit 440b18dbdf

View file

@ -141,6 +141,9 @@ KiInitializeKernel(IN PKPROCESS InitProcess,
/* Set the current MP Master KPRCB to the Boot PRCB */
Prcb->MultiThreadSetMaster = Prcb;
/* Lower to APC_LEVEL */
KeLowerIrql(APC_LEVEL);
/* Initialize portable parts of the OS */
KiInitSystem();