summaryrefslogtreecommitdiff
path: root/arch/i386
AgeCommit message (Expand)Author
2024-03-28kernel: add a basic thread schedulerDanny Holman
2024-03-28arch: i386: kernel: implement a kmalloc functionDanny Holman
2024-03-28arch: i386: kernel: add mostly finished PFA and paging systemDanny Holman
2024-02-24kernel: string: add a strcpy functionDanny Holman
2024-02-24arch: i386: cleanup everything and reorganizeDanny Holman
2024-02-24arch: i386: move jump_userspace to its own fileDanny Holman
2024-02-16arch: i386: add basic keyboard driverDanny Holman
2024-02-16arch: i386: roll physical memory control into VMMDanny Holman
2024-02-16arch: i386: move GDT definitions to their own headerDanny Holman
2024-02-16arch: i386: multiboot: move arch-specific inits hereDanny Holman
2024-02-16arch: i386: move IRQ functions to PIC driverDanny Holman
2024-02-16arch: i386: move raw assembly calls to their own headerDanny Holman
2024-02-16arch: i386: syscall.c: add functions that dump dataDanny Holman
2024-02-16arch: i386: gdt.c: fix a bug in userspace jumpDanny Holman
2024-02-16arch: i386: boot: ISR frame should not include ESPDanny Holman
2024-02-16arch: i386: add operations to control PIT timerDanny 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
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-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: 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-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-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