summaryrefslogtreecommitdiff
path: root/arch/i386/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* arch: i386: kmalloc: don't ignore the last blockDanny Holman2024-06-251-9/+13
* arch: i386: paging: reserve the last page tableDanny Holman2024-06-251-0/+3
* kernel: interrupt: create a generic interrupt APIDanny Holman2024-06-252-16/+13
* arch: i386: add a function that walks the stackDanny Holman2024-06-241-0/+31
* arch: i386: multiboot: refactor i386_entryDanny Holman2024-06-221-16/+15
* arch: i386: gdt: flush_gdt no longer takes argumentsDanny Holman2024-06-211-1/+1
* arch: i386: pmem: refactor the physical memory managerDanny Holman2024-06-211-38/+27
* arch: i386: paging: do the recursive paging trickDanny Holman2024-06-211-64/+58
* arch: i386: paging: make a temp map in init_page_tableDanny Holman2024-05-291-3/+4
* arch: i386: paging: remove ref to non-existant headerDanny Holman2024-05-291-1/+0
* arch: i386: remove last refs to moved headersDanny Holman2024-05-292-25/+10
* arch: i386: fix several bugs in paging subsystemDanny Holman2024-05-294-116/+100
* arch: i386: pmem: refactor the physical MMDanny Holman2024-05-271-53/+38
* arch: i386: update all files to use the new libkDanny Holman2024-05-274-20/+20
* arch: i386: add a spinlock implementationDanny Holman2024-05-271-0/+30
* arch: i386: pass entry page directory to entry funcDanny Holman2024-05-271-19/+25
* drivers: create a subdir just for driver codeDanny Holman2024-05-272-249/+0
* kernel: add a basic thread schedulerDanny Holman2024-03-281-0/+28
* arch: i386: kernel: implement a kmalloc functionDanny Holman2024-03-281-0/+66
* arch: i386: kernel: add mostly finished PFA and paging systemDanny Holman2024-03-284-49/+152
* kernel: string: add a strcpy functionDanny Holman2024-02-241-1/+0
* arch: i386: cleanup everything and reorganizeDanny Holman2024-02-248-81/+414
* arch: i386: move jump_userspace to its own fileDanny Holman2024-02-241-0/+29
* arch: i386: add basic keyboard driverDanny Holman2024-02-161-0/+142
* arch: i386: roll physical memory control into VMMDanny Holman2024-02-162-96/+87
* arch: i386: multiboot: move arch-specific inits hereDanny Holman2024-02-161-13/+33
* arch: i386: move IRQ functions to PIC driverDanny Holman2024-02-161-1/+11
* arch: i386: syscall.c: add functions that dump dataDanny Holman2024-02-161-1/+7
* arch: i386: add operations to control PIT timerDanny Holman2024-02-161-0/+29
* arch: i386: put framebuffer ops in own fileDanny Holman2024-02-162-88/+105
* 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