summaryrefslogtreecommitdiff
path: root/stage3/font.h
AgeCommit message (Collapse)Author
2024-04-11move print_bytes to font.cLizzy Fleckenstein
2023-12-22clock driver etcKimapr
fancier monotonic clock: RTC interpolated with TSC font cursor position access APIs remove silly thread resume in main()
2023-12-21add maths library and print_dblLizzy Fleckenstein
2023-12-21compile terminus font into the kernelLizzy Fleckenstein
2023-12-19add clear commandLizzy Fleckenstein
2023-12-19keyboard driver and threadsLizzy Fleckenstein
* PS/2 keyboard driver * interactive shell * move away from \0 terminated strings to sized slices * coroutine threads and IRQ queues
2023-12-15big chungusLizzy Fleckenstein
* fix a heap corruption bug * add qemu support * add an ATA driver * add an USTAR read-only file system * boot from disk instead of floppy * font rendering * image rendering * PCI enumeration * init script
2023-12-10remove underscore from include guardsLizzy Fleckenstein
2023-12-10add print_numLizzy Fleckenstein
2023-11-29make print take const charLizzy Fleckenstein
2023-11-27font fixesLizzy Fleckenstein
2022-10-07Implement fully ascii printingLizzy Fleckenstein
2022-10-07Font renderingLizzy Fleckenstein