Implement APIC timer initialization and calibration
Some checks failed
Builds / ExectOS (i686, debug) (push) Failing after 24s
Builds / ExectOS (amd64, debug) (push) Failing after 29s
Builds / ExectOS (amd64, release) (push) Failing after 25s
Builds / ExectOS (i686, release) (push) Failing after 28s

This commit is contained in:
2026-04-08 00:15:03 +02:00
parent 4ef068dadc
commit adb591f8c7
9 changed files with 452 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
#include <hl/irq.hh>
#include <hl/pic.hh>
#include <hl/runlevel.hh>
#include <hl/timer.hh>
#endif /* __XTOSKRNL_HL_HH */