Add definitions for PIT ports and APIC timer divisor configuration
All checks were successful
Builds / ExectOS (amd64, debug) (push) Successful in 35s
Builds / ExectOS (i686, debug) (push) Successful in 33s
Builds / ExectOS (i686, release) (push) Successful in 46s
Builds / ExectOS (amd64, release) (push) Successful in 49s

This commit is contained in:
2026-04-08 07:21:40 +02:00
parent adb591f8c7
commit f1476912f3
5 changed files with 42 additions and 0 deletions

View File

@@ -32,3 +32,9 @@ HL_SCROLL_REGION_DATA HL::FrameBuffer::ScrollRegionData;
/* APIC mode */
APIC_MODE HL::Pic::ApicMode;
/* Kernel profiling interval */
ULONG HL::Timer::ProfilingInterval;
/* APIC timer frequency */
ULONG HL::Timer::TimerFrequency;