[NTOS:KE/x64] Do not call HalInitSystem from application processors

This commit is contained in:
Timo Kreuzer 2023-11-23 22:21:01 +02:00
parent d0f6874d92
commit b1a9e72e92

View file

@ -179,13 +179,6 @@ KiSystemStartupBootStack(VOID)
{
/* Initialize the startup thread */
KiInitializeHandBuiltThread(Thread, Process, KernelStack);
/* Initialize cpu with HAL */
if (!HalInitSystem(0, LoaderBlock))
{
/* Initialization failed */
KeBugCheck(HAL_INITIALIZATION_FAILED);
}
}
/* Calculate the CPU frequency */