Invoke APIC timer initialization

This commit is contained in:
2026-04-09 16:17:08 +02:00
parent 17f044cb3f
commit d00e96baa4

View File

@@ -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();
} }