summaryrefslogtreecommitdiff
path: root/include/kernel
AgeCommit message (Expand)Author
2024-02-16include: kernel: add the container_of.h fileDanny Holman
2024-02-16kernel: string: add more functions to string libraryDanny Holman
2024-02-16arch: i386: put framebuffer ops in own fileDanny Holman
2024-02-16arch: i386: kernel: the serial driver should be more POSIX-yDanny Holman
2024-02-16kernel: make kprintf print to a ring bufferDanny Holman
2024-02-16include: kernel: move list.h to a data struct directoryDanny Holman
2023-11-26kernel: list: add a linked-list implementationDanny Holman
2023-11-26kernel: mem: add a simple kmalloc implementationDanny Holman
2023-11-26arch: i386: serial.c: make serial_writestring staticDanny Holman
2022-03-22arch: i386: make serial_writestring inlineDanny Holman
2021-07-20io: prefix a 'k' to print functionsDanny Holman
2021-01-20serial: add serial_writestring as a functionDanny Holman
2021-01-20serial: don't declare serial_init as staticDanny Holman
2021-01-20i386: add serial port supportDanny Holman
2021-01-20include: append "_H" to include guardsDanny Holman
2021-01-17include: remove an include to the tty layer in ioDanny Holman
2021-01-17kernel: implement a basic printf functionDanny Holman
2021-01-17include: create basic C library functionsDanny Holman