Skip to content

Commit

Permalink
[NTOS:KE/x64] Do not call HalInitSystem from application processors
Browse files Browse the repository at this point in the history
  • Loading branch information
tkreuzer committed Dec 3, 2023
1 parent 565fc66 commit 4a103e0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ntoskrnl/ke/amd64/krnlinit.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 4a103e0

Please sign in to comment.