summaryrefslogtreecommitdiff
path: root/kernel/arch/i386/tsc.h
AgeCommit message (Collapse)Author
2024-07-03Kernel/Time: Improve time keepingAnton Kling
This makes use of TSC and now provides a file system interface for userland programs to change the system time.
2024-07-03Kernel: Add simple support for timer using TSCAnton Kling