Add definitions for PIT ports and APIC timer divisor configuration

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;