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

Module timer

Module timer 

Source
Expand description

x86_64 timer implementation

Functions§

get_ticks
Get current timer ticks
setup_timer
Setup timer for periodic interrupts
tick
Increment timer ticks (called from APIC timer interrupt handler at vector 48).