⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

start_timer

Function start_timer 

Source
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.