summaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* arch: i386: kernel: the serial driver should be more POSIX-yDanny Holman2024-02-161-8/+14
* kernel: make kprintf print to a ring bufferDanny Holman2024-02-162-2/+52
* include: kernel: move list.h to a data struct directoryDanny Holman2024-02-161-7/+8
* kernel: list: add a linked-list implementationDanny Holman2023-11-261-0/+31
* kernel: mem: add a simple kmalloc implementationDanny Holman2023-11-261-0/+9
* arch: i386: serial.c: make serial_writestring staticDanny Holman2023-11-261-1/+1
* arch: i386: make serial_writestring inlineDanny Holman2022-03-221-1/+7
* io: prefix a 'k' to print functionsDanny Holman2021-07-201-2/+2
* serial: add serial_writestring as a functionDanny Holman2021-01-201-0/+1
* serial: don't declare serial_init as staticDanny Holman2021-01-201-1/+1
* i386: add serial port supportDanny Holman2021-01-201-0/+8
* include: append "_H" to include guardsDanny Holman2021-01-201-2/+2
* include: remove an include to the tty layer in ioDanny Holman2021-01-171-1/+0
* kernel: implement a basic printf functionDanny Holman2021-01-171-0/+10
* include: create basic C library functionsDanny Holman2021-01-172-0/+23