summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-27arch: i386: add ring-3 descriptors to the GDTDanny Holman
2021-07-25arch: i386: surround GDT macros with parensDanny Holman
2021-07-24arch: i386: add GDT setup routinesDanny Holman
2021-07-20arch: i386: move the kernel to high memoryDanny Holman
2021-07-20io: prefix a 'k' to print functionsDanny Holman
2021-06-04Makefile: clean up targetsDanny Holman
2021-03-09Makefile: include dependency filesDanny Holman
2021-03-09README: fix improper formattingDanny Holman
2021-03-09Makefile: fix wrong -I directive to compilerDanny Holman
2021-01-28README: add project README fileDanny Holman
2021-01-28i386: create terminal_scroll functionDanny Holman
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