summaryrefslogtreecommitdiff
path: root/arch/i386/kernel/timer.c
AgeCommit message (Collapse)Author
2024-02-16arch: i386: add operations to control PIT timerDanny Holman
Add a set of functions that control the programmable interrupt timer. This will be used as the primary means of preemption on this architecture. Signed-off-by: Danny Holman <dholman@gymli.org>