summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-11-26arch: i386: gdt.c: init the TSS before loading itDanny Holman
2023-11-26arch: i386: boot.s: define functions for page managementDanny Holman
2023-11-26arch: i386: boot.s: move C entry point to fileDanny Holman
2023-11-26arch: i386: boot: boot.sDanny Holman
2022-03-22arch: i386: make serial_writestring inlineDanny Holman
2022-03-22arch: i386: refactor the system call APIDanny Holman
2022-03-22Makefile: explicitly define CC variableDanny Holman
2022-01-21arch: i386: move non-critial files out of bootDanny Holman
2022-01-15arch: i386: fix coding style issueDanny Holman
2022-01-15arch: i386: add support for IRQs and system callsDanny Holman
2022-01-15arch: i386: simplifiy GDT setupDanny Holman
2022-01-15Makefile: add dry run and debug targetsDanny Holman
2022-01-15arch: i386: simplify IDT setupDanny Holman
2021-11-29arch: i386: add support for tab charactersDanny Holman
2021-10-09arch: i386: rename the GDT array pointerDanny Holman
2021-10-09arch: i386: include more information in IDTDanny Holman
2021-09-28arch: i386: add PIC register supportDanny Holman
2021-09-28arch: i386: fix IDT exception handlerDanny Holman
2021-09-28arch: i386: fix GDT segment mismatchDanny Holman
2021-09-28arch: i386: add support for 8259 PICDanny Holman
2021-08-30i386: create idt.c and isr.sDanny Holman
2021-08-30git: stop ignoring assembly filesDanny Holman
2021-08-30doc: add the Developer's Certificate of OriginDanny Holman
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