summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* kernel: sched: implement the round-robin schedulerv0.06Danny Holman2024-05-292-69/+66
* arch: i386: paging: remove ref to non-existant headerDanny Holman2024-05-291-1/+0
* include: kernel: input: add in keyboard.hDanny Holman2024-05-291-0/+32
* 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-273-83/+42
* arch: i386: update all files to use the new libkDanny Holman2024-05-277-26/+22
* arch: i386: add a spinlock implementationDanny Holman2024-05-275-10/+131
* arch: i386: pass entry page directory to entry funcDanny Holman2024-05-273-24/+27
* drivers: create a subdir just for driver codeDanny Holman2024-05-276-99/+27
* libk: create a subset libc for kernel useDanny Holman2024-05-2711-48/+70
* kernel: sched: add a flag that is set on initDanny Holman2024-03-281-0/+6
* kernel: add a basic thread schedulerDanny Holman2024-03-285-0/+122
* arch: i386: kernel: implement a kmalloc functionDanny Holman2024-03-285-2/+91
* arch: i386: kernel: add mostly finished PFA and paging systemDanny Holman2024-03-2814-90/+219
* kernel: string: add a strcpy functionDanny Holman2024-02-246-15/+37
* arch: i386: cleanup everything and reorganizeDanny Holman2024-02-2420-228/+218
* arch: i386: move jump_userspace to its own fileDanny Holman2024-02-242-18/+30
* README: update copyright lineDanny Holman2024-02-213-4/+10
* arch: i386: add basic keyboard driverDanny Holman2024-02-163-0/+176
* kernel: panic: add a variable that locks other CPUsDanny Holman2024-02-161-0/+3
* 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
* kernel: mem: kmalloc should not call page allocationDanny Holman2024-02-162-15/+7
* kernel: add a panic functionDanny Holman2024-02-162-0/+14
* 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
* Makefile: add flags to qemu that activate the serial portDanny Holman2024-02-161-1/+1
* arch: i386: add operations to control PIT timerDanny Holman2024-02-162-0/+38
* include: kernel: add the container_of.h fileDanny Holman2024-02-161-0/+10
* kernel: string: add more functions to string libraryDanny Holman2024-02-162-0/+69
* arch: i386: put framebuffer ops in own fileDanny Holman2024-02-164-99/+122
* arch: i386: kernel: the serial driver should be more POSIX-yDanny Holman2024-02-162-21/+27
* kernel: make kprintf print to a ring bufferDanny Holman2024-02-163-13/+75
* include: kernel: move list.h to a data struct directoryDanny Holman2024-02-161-7/+8
* arch: i386: alloc: remove erroneous halt instructionDanny Holman2023-11-261-1/+0
* arch: i386: make: add source filesv0.05Danny Holman2023-11-262-5/+15
* arch: i386: linker.ld: add references to the bitmapDanny Holman2023-11-261-0/+5
* kernel: list: add a linked-list implementationDanny Holman2023-11-261-0/+31
* kernel: mem: add a simple kmalloc implementationDanny Holman2023-11-262-0/+32
* 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: serial.c: make serial_writestring staticDanny Holman2023-11-261-1/+1
* 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