summaryrefslogtreecommitdiff
path: root/src/kernel/arch/amd64/driver/time.c
AgeCommit message (Collapse)Author
2024-07-17kernel: make kmalloc accept a numeric "tag" instead of a freeform descriptiondzwdz
This will both let me save space in the allocation header, and make the debugprint more readable.
2024-05-19kernel: implement /dev/bintimedzwdz