summaryrefslogtreecommitdiff
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* arch: i386: kmalloc: fix last element being ignoredDanny Holman2024-06-261-8/+7
* 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-254-18/+17
* arch: i386: add a function that walks the stackDanny Holman2024-06-242-0/+32
* arch: i386: boot: zero ESP before calling i386_entryDanny Holman2024-06-241-0/+1
* arch: i386: multiboot: refactor i386_entryDanny Holman2024-06-221-16/+15
* libk: use a random value for the stack protectorDanny Holman2024-06-211-0/+29
* arch: i386: gdt: flush_gdt no longer takes argumentsDanny Holman2024-06-211-1/+1
* arch: i386: pmem: refactor the physical memory managerDanny Holman2024-06-212-43/+30
* arch: i386: paging: do the recursive paging trickDanny Holman2024-06-214-77/+88
* arch: boot: allocate a few pages at startupDanny Holman2024-06-211-11/+18
* arch: i386: asm: make flush_gdt availableDanny Holman2024-05-291-0/+2
* 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-294-27/+13
* arch: i386: fix several bugs in paging subsystemDanny Holman2024-05-295-122/+108
* arch: i386: pmem: refactor the physical MMDanny Holman2024-05-272-65/+41
* arch: i386: update all files to use the new libkDanny Holman2024-05-276-24/+22
* arch: i386: add a spinlock implementationDanny Holman2024-05-273-10/+75
* arch: i386: pass entry page directory to entry funcDanny Holman2024-05-273-24/+27
* drivers: create a subdir just for driver codeDanny Holman2024-05-275-331/+0
* kernel: add a basic thread schedulerDanny Holman2024-03-282-0/+30
* arch: i386: kernel: implement a kmalloc functionDanny Holman2024-03-282-0/+67
* arch: i386: kernel: add mostly finished PFA and paging systemDanny Holman2024-03-2810-65/+216
* kernel: string: add a strcpy functionDanny Holman2024-02-242-11/+6
* arch: i386: cleanup everything and reorganizeDanny Holman2024-02-2417-225/+192
* arch: i386: move jump_userspace to its own fileDanny Holman2024-02-242-18/+30
* arch: i386: add basic keyboard driverDanny Holman2024-02-163-0/+176
* arch: i386: roll physical memory control into VMMDanny Holman2024-02-166-132/+107
* arch: i386: move GDT definitions to their own headerDanny Holman2024-02-161-0/+55
* arch: i386: multiboot: move arch-specific inits hereDanny Holman2024-02-161-13/+33
* arch: i386: move IRQ functions to PIC driverDanny Holman2024-02-163-18/+39
* arch: i386: move raw assembly calls to their own headerDanny Holman2024-02-162-13/+19
* arch: i386: syscall.c: add functions that dump dataDanny Holman2024-02-162-1/+9
* arch: i386: gdt.c: fix a bug in userspace jumpDanny Holman2024-02-161-52/+12
* arch: i386: boot: ISR frame should not include ESPDanny Holman2024-02-161-2/+6
* arch: i386: add operations to control PIT timerDanny Holman2024-02-162-0/+38
* arch: i386: put framebuffer ops in own fileDanny Holman2024-02-163-88/+122
* 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: make: add source filesv0.05Danny Holman2023-11-261-0/+3
* arch: i386: linker.ld: add references to the bitmapDanny Holman2023-11-261-0/+5
* arch: i386: paging: add a proper paging APIDanny Holman2023-11-262-0/+140
* arch: i386: alloc: add a physical memory managerDanny Holman2023-11-262-0/+56
* arch: i386: add multiboot supportDanny Holman2023-11-262-0/+127
* 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: syscall.h: define some example system callsDanny Holman2023-11-261-5/+22