Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-05-06 | Fixed a parentheses issuetarBranch | Galen Sagarin | 1 | -3/+3 | |
2025-05-06 | fixed tar_seek | Galen Sagarin | 1 | -3/+4 | |
2025-05-06 | Commenting out ramfs things because they aren't working | Galen Sagarin | 2 | -2/+2 | |
2025-05-06 | A few bugfixes for tar.c | Galen Sagarin | 1 | -5/+8 | |
2025-05-06 | tarfs.c, as well as an incomplete ramfs.c: | Galen Sagarin | 4 | -208/+450 | |
2025-05-06 | fixestarfs_freya | Freya Murphy | 2 | -2/+2 | |
2025-05-06 | set pit into mode3 (fixes uefi) | Freya Murphy | 1 | -2/+2 | |
2025-05-06 | make ps2 not do led stuff, it brokie | Freya Murphy | 2 | -4/+2 | |
2025-05-06 | init improvements | Freya Murphy | 1 | -22/+62 | |
2025-05-06 | kernel alloc should not be doing all of this, make it simpler (and work) | Freya Murphy | 1 | -142/+14 | |
2025-05-06 | virt alloc fixes | Freya Murphy | 1 | -19/+17 | |
2025-05-06 | add some memory logging | Freya Murphy | 2 | -32/+76 | |
2025-05-06 | terrible hack to not overwrite mboot data | Freya Murphy | 4 | -11/+58 | |
2025-05-06 | remove sym lookup | Freya Murphy | 1 | -3/+2 | |
2025-05-06 | update fs | Freya Murphy | 2 | -5/+5 | |
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 | |