forked from xt-sys/exectos
Raise to HIGH runlevel before switching the stack
This commit is contained in:
parent
3aa0413756
commit
5539d98572
@ -54,6 +54,9 @@ KeStartXtSystem(IN PKERNEL_INITIALIZATION_BLOCK Parameters)
|
|||||||
/* Architecture specific kernel initialization */
|
/* Architecture specific kernel initialization */
|
||||||
KepInitializeMachine();
|
KepInitializeMachine();
|
||||||
|
|
||||||
|
/* Raise to HIGH runlevel */
|
||||||
|
KeRaiseRunLevel(HIGH_LEVEL);
|
||||||
|
|
||||||
/* Switch boot stack aligning it to 4 byte boundary */
|
/* Switch boot stack aligning it to 4 byte boundary */
|
||||||
KepSwitchBootStack((ULONG_PTR)&ArKernelBootStack & ~0x3);
|
KepSwitchBootStack((ULONG_PTR)&ArKernelBootStack & ~0x3);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user