genode/repos/base-hw/src/core/include/spec/x86
Reto Buerki 4e259f7b1e hw_x86_64: Implement LAPIC-based kernel timer
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.
2015-03-27 11:53:31 +01:00
..
kernel hw: skeleton for building on x86_64 2015-03-27 11:53:16 +01:00
board.h hw_x86_64: Add x86-specific board.h file 2015-03-27 11:53:30 +01:00
cpu.h hw_x86_64: Implement LAPIC-based kernel timer 2015-03-27 11:53:31 +01:00
macros_support.s hw: skeleton for building on x86_64 2015-03-27 11:53:16 +01:00
macros.s hw: skeleton for building on x86_64 2015-03-27 11:53:16 +01:00
pic.h hw_x86_64: Implement APIC-based PIC driver 2015-03-27 11:53:31 +01:00
port_io.h hw_x86_64: Provide inb and outb functions for port I/O 2015-03-27 11:53:30 +01:00
serial.h hw: skeleton for building on x86_64 2015-03-27 11:53:16 +01:00
timer.h hw_x86_64: Implement LAPIC-based kernel timer 2015-03-27 11:53:31 +01:00