Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-05-05 | pc spkr | Freya Murphy | 10 | -21/+144 | |
2025-05-02 | off by one | Freya Murphy | 1 | -1/+1 | |
2025-05-02 | broken? | Freya Murphy | 1 | -59/+60 | |
2025-05-02 | temp badness | Freya Murphy | 2 | -19/+27 | |
2025-05-01 | changes idk | Freya Murphy | 6 | -11/+26 | |
2025-05-01 | ramdisk | Freya Murphy | 4 | -9/+39 | |
2025-05-01 | add some warnings so i know what the fuck is going wrong, bah | Freya Murphy | 1 | -3/+10 | |
2025-05-01 | fix yet another terrible bug, someone please kill me | Freya Murphy | 1 | -7/+15 | |
2025-05-01 | more data! | Freya Murphy | 1 | -1/+1 | |
2025-05-01 | FUCKING OFF BY ONE ERRORS | Freya Murphy | 1 | -2/+2 | |
2025-05-01 | comment out non contigous phys page allocator, its causing problems and this ↵ | Freya Murphy | 1 | -49/+65 | |
is due tomorrow, dear god aaaaaaaaa | |||||
2025-05-01 | finish syscall impls | Freya Murphy | 18 | -37/+398 | |
2025-04-30 | tarfs | Freya Murphy | 7 | -26/+339 | |
2025-04-30 | fmt | Freya Murphy | 2 | -4/+6 | |
2025-04-30 | update fs headers 3.0 | Freya Murphy | 2 | -11/+29 | |
2025-04-30 | lossy RLE for apple | Freya Murphy | 2 | -125220/+568842 | |
2025-04-30 | inflate / deflate | Freya Murphy | 4 | -1/+171 | |
2025-04-30 | make malloc work | Freya Murphy | 1 | -11/+24 | |
2025-04-30 | update makefiles | Freya Murphy | 11 | -121/+124 | |
2025-04-30 | update fs headers 2.0 | Freya Murphy | 3 | -49/+150 | |
2025-04-29 | fs header changes | Freya Murphy | 3 | -112/+38 | |
2025-04-29 | input manager | Freya Murphy | 6 | -72/+150 | |
2025-04-29 | change queue structures | Freya Murphy | 3 | -52/+62 | |
2025-04-29 | ps2 | Freya Murphy | 5 | -0/+493 | |
2025-04-29 | dispatch(): wait for a process to schedule | Freya Murphy | 1 | -4/+11 | |
2025-04-28 | fmt | Freya Murphy | 3 | -15/+9 | |
2025-04-28 | change struct gpu to gpu_dev | Freya Murphy | 6 | -9/+9 | |
2025-04-28 | fork syscall | Freya Murphy | 4 | -2/+72 | |
2025-04-28 | clone pgdir | Freya Murphy | 3 | -73/+257 | |
2025-04-28 | fix pml4 free and physalloc_free | Freya Murphy | 2 | -12/+14 | |
2025-04-28 | heap (brk / sbrk) | Freya Murphy | 5 | -8/+135 | |
2025-04-28 | allocate vaddrs when given directly | Freya Murphy | 3 | -21/+76 | |
2025-04-28 | fix segments | Freya Murphy | 2 | -3/+4 | |
2025-04-28 | anti aliasing :3 | Freya Murphy | 1 | -2/+22 | |
2025-04-28 | make sure sleep sets pcb to state sleeping | Freya Murphy | 1 | -0/+1 | |
2025-04-28 | fix pic eoi in timer | Freya Murphy | 1 | -2/+4 | |
2025-04-28 | stderr in write syscall | Freya Murphy | 1 | -2/+6 | |
2025-04-28 | fmt | Freya Murphy | 1 | -1/+2 | |
2025-04-28 | fix red zone | Freya Murphy | 1 | -1/+1 | |
2025-04-28 | move context save area to pcb not in stack | Freya Murphy | 12 | -134/+272 | |
2025-04-28 | add stderr | Freya Murphy | 3 | -1/+4 | |
2025-04-27 | seperate interrupt stack | Freya Murphy | 1 | -2/+3 | |
2025-04-27 | add register to n param | Freya Murphy | 6 | -6/+6 | |
2025-04-27 | add more syscall impls | Freya Murphy | 1 | -29/+163 | |
2025-04-27 | fmt | Freya Murphy | 4 | -9/+12 | |
2025-04-27 | fix FIXMEs in syscall.c | Freya Murphy | 1 | -12/+15 | |
2025-04-27 | 🍎 | Freya Murphy | 4 | -1/+129445 | |
2025-04-27 | convert user.c to use a standard block size | Freya Murphy | 1 | -19/+41 | |
2025-04-27 | better rep insw | Freya Murphy | 1 | -2/+1 | |
2025-04-27 | fs return bytes read | Freya Murphy | 2 | -14/+15 | |