summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-25i386: add support for newlinesDanny Holman
2021-01-24x86: reorganize the i386 directoryDanny Holman
2021-01-20serial: add serial_writestring as a functionDanny Holman
2021-01-20kernel: iterate over string with indexDanny Holman
2021-01-20kernel: maintain const on stringsDanny 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-18kernel: finish implementing string functionsDanny 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-17kernel: add main initialization functionsDanny Holman
2021-01-17kernel: add string.h implementationsDanny Holman
2021-01-17arch: i386: add support for x86 processorsDanny Holman
2021-01-17include: create basic C library functionsDanny Holman
2021-01-17Initial commitDanny Holman