summaryrefslogtreecommitdiff
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* arch: i386: kernel: add mostly finished PFA and paging systemDanny Holman2024-03-281-8/+0
* kernel: string: add a strcpy functionDanny Holman2024-02-241-0/+1
* arch: i386: cleanup everything and reorganizeDanny Holman2024-02-242-1/+6
* kernel: mem: kmalloc should not call page allocationDanny Holman2024-02-161-2/+2
* kernel: add a panic functionDanny Holman2024-02-161-0/+6
* include: kernel: add the container_of.h fileDanny Holman2024-02-161-0/+10
* kernel: string: add more functions to string libraryDanny Holman2024-02-161-0/+5
* arch: i386: put framebuffer ops in own fileDanny Holman2024-02-161-11/+0
* 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