pub fn start_timer(freq_hz: u32) -> KernelResult<()>Expand description
Start the APIC timer in periodic mode at approximately freq_hz Hz.
Must be called after calibrate_timer(). The timer fires vector
APIC_TIMER_VECTOR (48) which must be registered in the IDT.