mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-23 20:45:35 +00:00
The LAPIC timer is programmed in one-shot mode with vector 32 (Board::TIMER_VECTOR_KERNEL). The timer frequency is measured using PIT channel 2 as reference (50ms delay). Disable PIT timer channel 0 since BIOS programs it to fire periodically. This avoids potential spurious timer interrupts.