home Back

Day 33

started experencing burnout,
so i put this project on the shelf for now.

Things to do when i return:

define user mode virtual address regions,
figure out how im doing threads,
get true user mode processes working,
make a CPU rasterizer for graphics.

things left to document:

int.h
main.c
acpi.h acpi.c
display.h display.c
memory.h memory.c
PIT.h PIT.c
keyboard.h keyboard.c
rtc.h rtc.c
filesystem.h filesystem.c
pci.h pci.c
processes.h processes.c
interrupts.h interrupts.c isr.asm
stack.h
queue.h
vector.h vector.c
linked-list.h linked-list.c