summaryrefslogtreecommitdiff
path: root/arch/i386/kernel (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-16arch: i386: syscall.c: add functions that dump dataDanny Holman1-1/+7
2024-02-16arch: i386: add operations to control PIT timerDanny Holman1-0/+29
2024-02-16arch: i386: put framebuffer ops in own fileDanny Holman2-88/+105
2024-02-16arch: i386: kernel: the serial driver should be more POSIX-yDanny Holman1-13/+13
2023-11-26arch: i386: alloc: remove erroneous halt instructionDanny Holman1-1/+0
2023-11-26arch: i386: paging: add a proper paging APIDanny Holman1-0/+88
2023-11-26arch: i386: alloc: add a physical memory managerDanny Holman1-0/+43
2023-11-26arch: i386: add multiboot supportDanny Holman1-0/+23
2023-11-26arch: i386: tty.c: remove unneeded local variableDanny Holman1-3/+4
2023-11-26arch: i386: syscall.c: replace function calls with single switchDanny Holman1-21/+9
2023-11-26arch: i386: pic.c: finish implementing functions from pic.hDanny Holman1-1/+3
2022-03-22arch: i386: make serial_writestring inlineDanny Holman1-5/+0
2022-03-22arch: i386: refactor the system call APIDanny Holman2-6/+1
2022-01-21arch: i386: move non-critial files out of bootDanny Holman3-0/+197
2021-09-28arch: i386: add support for 8259 PICDanny Holman2-17/+1
2021-01-24x86: reorganize the i386 directoryDanny Holman2-0/+63