summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-26arch: i386: alloc: remove erroneous halt instructionDanny Holman
2023-11-26arch: i386: make: add source filesDanny Holman
2023-11-26arch: i386: linker.ld: add references to the bitmapDanny 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: paging: add a proper paging APIDanny Holman
2023-11-26arch: i386: alloc: add a physical memory managerDanny Holman
2023-11-26arch: i386: add multiboot supportDanny Holman
2023-11-26arch: i386: serial.c: make serial_writestring staticDanny Holman
2023-11-26arch: i386: tty.c: remove unneeded local variableDanny Holman
2023-11-26arch: i386: syscall.c: replace function calls with single switchDanny Holman
2023-11-26arch: i386: pic.c: finish implementing functions from pic.hDanny Holman
2023-11-26arch: i386: syscall.h: define some example system callsDanny Holman
2023-11-26arch: i386: pic.h: make register_irq_handler accessibleDanny Holman
2023-11-26arch: i386: pic.h: change all chars into uint8_tDanny Holman
2023-11-26arch: i386: idt.h: remove extern functionsDanny Holman
2023-11-26arch: i386: isr.s: create the irq stubsDanny Holman
2023-11-26arch: i386: idt.c: install the ISR handlersDanny Holman
2023-11-26arch: i386: idt.c: remove the irq number from handlerDanny Holman
2023-11-26arch: i386: idt.c: call the page fault handlerDanny Holman
2023-11-26arch: i386: idt.c: add a stopgap to halt_catch_fireDanny Holman
2023-11-26arch: i386: idt.c: remove unneeded define macrosDanny Holman
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