Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | lossy RLE for apple | Freya Murphy | 2025-04-30 | 2 | -125220/+568842 | |
| | ||||||
* | inflate / deflate | Freya Murphy | 2025-04-30 | 4 | -1/+171 | |
| | ||||||
* | make malloc work | Freya Murphy | 2025-04-30 | 1 | -11/+24 | |
| | ||||||
* | update makefiles | Freya Murphy | 2025-04-30 | 11 | -121/+124 | |
| | ||||||
* | update fs headers 2.0 | Freya Murphy | 2025-04-30 | 3 | -49/+150 | |
| | ||||||
* | fs header changes | Freya Murphy | 2025-04-29 | 3 | -112/+38 | |
| | ||||||
* | input manager | Freya Murphy | 2025-04-29 | 6 | -72/+150 | |
| | ||||||
* | change queue structures | Freya Murphy | 2025-04-29 | 3 | -52/+62 | |
| | ||||||
* | ps2 | Freya Murphy | 2025-04-29 | 5 | -0/+493 | |
| | ||||||
* | dispatch(): wait for a process to schedule | Freya Murphy | 2025-04-29 | 1 | -4/+11 | |
| | ||||||
* | fmt | Freya Murphy | 2025-04-28 | 3 | -15/+9 | |
| | ||||||
* | change struct gpu to gpu_dev | Freya Murphy | 2025-04-28 | 6 | -9/+9 | |
| | ||||||
* | fork syscall | Freya Murphy | 2025-04-28 | 4 | -2/+72 | |
| | ||||||
* | clone pgdir | Freya Murphy | 2025-04-28 | 3 | -73/+257 | |
| | ||||||
* | fix pml4 free and physalloc_free | Freya Murphy | 2025-04-28 | 2 | -12/+14 | |
| | ||||||
* | heap (brk / sbrk) | Freya Murphy | 2025-04-28 | 5 | -8/+135 | |
| | ||||||
* | allocate vaddrs when given directly | Freya Murphy | 2025-04-28 | 3 | -21/+76 | |
| | ||||||
* | fix segments | Freya Murphy | 2025-04-28 | 2 | -3/+4 | |
| | ||||||
* | anti aliasing :3 | Freya Murphy | 2025-04-28 | 1 | -2/+22 | |
| | ||||||
* | make sure sleep sets pcb to state sleeping | Freya Murphy | 2025-04-28 | 1 | -0/+1 | |
| | ||||||
* | fix pic eoi in timer | Freya Murphy | 2025-04-28 | 1 | -2/+4 | |
| | ||||||
* | stderr in write syscall | Freya Murphy | 2025-04-28 | 1 | -2/+6 | |
| | ||||||
* | fmt | Freya Murphy | 2025-04-28 | 1 | -1/+2 | |
| | ||||||
* | fix red zone | Freya Murphy | 2025-04-28 | 1 | -1/+1 | |
| | ||||||
* | move context save area to pcb not in stack | Freya Murphy | 2025-04-28 | 12 | -134/+272 | |
| | ||||||
* | add stderr | Freya Murphy | 2025-04-28 | 3 | -1/+4 | |
| | ||||||
* | seperate interrupt stack | Freya Murphy | 2025-04-27 | 1 | -2/+3 | |
| | ||||||
* | add register to n param | Freya Murphy | 2025-04-27 | 6 | -6/+6 | |
| | ||||||
* | add more syscall impls | Freya Murphy | 2025-04-27 | 1 | -29/+163 | |
| | ||||||
* | fmt | Freya Murphy | 2025-04-27 | 4 | -9/+12 | |
| | ||||||
* | fix FIXMEs in syscall.c | Freya Murphy | 2025-04-27 | 1 | -12/+15 | |
| | ||||||
* | 🍎 | Freya Murphy | 2025-04-27 | 4 | -1/+129445 | |
| | ||||||
* | convert user.c to use a standard block size | Freya Murphy | 2025-04-27 | 1 | -19/+41 | |
| | ||||||
* | better rep insw | Freya Murphy | 2025-04-27 | 1 | -2/+1 | |
| | ||||||
* | fs return bytes read | Freya Murphy | 2025-04-27 | 2 | -14/+15 | |
| | ||||||
* | lba48 for more then 256 sectors | Freya Murphy | 2025-04-27 | 2 | -10/+13 | |
| | ||||||
* | fix free phys pages | Freya Murphy | 2025-04-27 | 1 | -1/+1 | |
| | ||||||
* | zero and set define magic header in kalloc | Freya Murphy | 2025-04-27 | 1 | -1/+2 | |
| | ||||||
* | fix pgdir free, fix mapadder fns | Freya Murphy | 2025-04-27 | 1 | -27/+55 | |
| | ||||||
* | new syscalls | Freya Murphy | 2025-04-27 | 4 | -5/+78 | |
| | ||||||
* | remove pit fixme | Freya Murphy | 2025-04-27 | 2 | -6/+5 | |
| | ||||||
* | link user programs at 2GB | Freya Murphy | 2025-04-25 | 2 | -3/+3 | |
| | ||||||
* | fmt | Freya Murphy | 2025-04-25 | 1 | -4/+5 | |
| | ||||||
* | mem_get_phys fn | Freya Murphy | 2025-04-25 | 4 | -7/+37 | |
| | ||||||
* | add comment | Freya Murphy | 2025-04-25 | 1 | -0/+3 | |
| | ||||||
* | add elf file checks | Freya Murphy | 2025-04-25 | 1 | -11/+62 | |
| | ||||||
* | fix fs off by 1 sector | Freya Murphy | 2025-04-25 | 2 | -5/+5 | |
| | ||||||
* | added assert that bump allocator is only being asked for one page at a time | Ian McFarlane | 2025-04-25 | 1 | -0/+1 | |
| | ||||||
* | fixed segfault caused by mapping the wrong virtual address in mem_alloc_pages_at | Ian McFarlane | 2025-04-25 | 1 | -2/+3 | |
| | ||||||
* | resolve format conflict | Ian McFarlane | 2025-04-25 | 15 | -35/+94 | |
|\ |