summaryrefslogtreecommitdiff
path: root/arch/i386/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* arch: i386: kernel: the serial driver should be more POSIX-yDanny Holman2024-02-161-13/+13
* arch: i386: alloc: remove erroneous halt instructionDanny Holman2023-11-261-1/+0
* arch: i386: paging: add a proper paging APIDanny Holman2023-11-261-0/+88
* arch: i386: alloc: add a physical memory managerDanny Holman2023-11-261-0/+43
* arch: i386: add multiboot supportDanny Holman2023-11-261-0/+23
* arch: i386: tty.c: remove unneeded local variableDanny Holman2023-11-261-3/+4
* arch: i386: syscall.c: replace function calls with single switchDanny Holman2023-11-261-21/+9
* arch: i386: pic.c: finish implementing functions from pic.hDanny Holman2023-11-261-1/+3
* arch: i386: make serial_writestring inlineDanny Holman2022-03-221-5/+0
* arch: i386: refactor the system call APIDanny Holman2022-03-222-6/+1
* arch: i386: move non-critial files out of bootDanny Holman2022-01-213-0/+197
* arch: i386: add support for 8259 PICDanny Holman2021-09-282-17/+1
* x86: reorganize the i386 directoryDanny Holman2021-01-242-0/+63