Invoke APIC timer initialization

This commit is contained in:
2026-04-09 16:17:08 +02:00
父節點 17f044cb3f
當前提交 d00e96baa4

查看文件

@@ -44,4 +44,7 @@ HL::Cpu::InitializeProcessor(VOID)
/* Set the APIC running level */ /* Set the APIC running level */
HL::RunLevel::SetRunLevel(KE::Processor::GetCurrentProcessorBlock()->RunLevel); HL::RunLevel::SetRunLevel(KE::Processor::GetCurrentProcessorBlock()->RunLevel);
/* Initialize APIC timer */
HL::Timer::InitializeApicTimer();
} }