summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-06-25kernel: interrupt: create a generic interrupt APIDanny Holman
2024-05-29kernel: sched: implement the round-robin schedulerDanny Holman
2024-05-29include: kernel: input: add in keyboard.hDanny Holman
2024-05-27arch: i386: update all files to use the new libkDanny Holman
2024-05-27arch: i386: add a spinlock implementationDanny Holman
2024-05-27libk: create a subset libc for kernel useDanny Holman
2024-03-28kernel: add a basic thread schedulerDanny Holman
2024-03-28arch: i386: kernel: implement a kmalloc functionDanny Holman
2024-03-28arch: i386: kernel: add mostly finished PFA and paging systemDanny Holman
2024-02-24kernel: string: add a strcpy functionDanny Holman
2024-02-24arch: i386: cleanup everything and reorganizeDanny Holman
2024-02-16kernel: mem: kmalloc should not call page allocationDanny Holman
2024-02-16kernel: add a panic functionDanny Holman
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