Clean up APIC timer initialization
Some checks failed
Builds / ExectOS (amd64, release) (push) Failing after 30s
Builds / ExectOS (i686, debug) (push) Failing after 29s
Builds / ExectOS (amd64, debug) (push) Failing after 33s
Builds / ExectOS (i686, release) (push) Failing after 37s

This commit is contained in:
2026-04-08 20:23:37 +02:00
parent 9ffb03217a
commit 53c5946c04
2 changed files with 1 additions and 4 deletions

View File

@@ -158,9 +158,6 @@ HL::Timer::InitializeApicTimer(VOID)
/* Program the APIC timer for periodic mode */
StopProfileInterrupt(ProfileXtKernel);
// StartProfileInterrupt(ProfileXtKernel);
// AR::CpuFunc::SetInterruptFlag();
}
/**