Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | |
2025-04-27 | lba48 for more then 256 sectors | Freya Murphy | 2 | -10/+13 | |
2025-04-27 | fix free phys pages | Freya Murphy | 1 | -1/+1 | |
2025-04-27 | zero and set define magic header in kalloc | Freya Murphy | 1 | -1/+2 | |
2025-04-27 | fix pgdir free, fix mapadder fns | Freya Murphy | 1 | -27/+55 | |
2025-04-27 | new syscalls | Freya Murphy | 4 | -5/+78 | |
2025-04-27 | remove pit fixme | Freya Murphy | 2 | -6/+5 | |
2025-04-25 | link user programs at 2GB | Freya Murphy | 2 | -3/+3 | |
2025-04-25 | fmt | Freya Murphy | 1 | -4/+5 | |
2025-04-25 | mem_get_phys fn | Freya Murphy | 4 | -7/+37 | |
2025-04-25 | add comment | Freya Murphy | 1 | -0/+3 | |
2025-04-25 | add elf file checks | Freya Murphy | 1 | -11/+62 | |
2025-04-25 | fix fs off by 1 sector | Freya Murphy | 2 | -5/+5 | |
2025-04-25 | added assert that bump allocator is only being asked for one page at a time | Ian McFarlane | 1 | -0/+1 | |
2025-04-25 | fixed segfault caused by mapping the wrong virtual address in mem_alloc_pages_at | Ian McFarlane | 1 | -2/+3 | |
2025-04-25 | poweroff syscall | Freya Murphy | 5 | -8/+32 | |
2025-04-25 | load init from ata and run it | Freya Murphy | 5 | -8/+17 | |
2025-04-25 | fmt | Freya Murphy | 6 | -14/+15 | |
2025-04-25 | noreturn on dispatch | Freya Murphy | 2 | -0/+2 | |
2025-04-25 | syscall_return fn | Freya Murphy | 3 | -8/+23 | |
2025-04-25 | fix physalloc edge case | Freya Murphy | 1 | -2/+10 | |
2025-04-25 | change start vitaddr | Freya Murphy | 1 | -1/+1 | |
2025-04-25 | fix freeing of virtual memory | Ian McFarlane | 1 | -16/+39 | |
2025-04-25 | update makefile | Freya Murphy | 1 | -3/+3 | |
2025-04-25 | pgdir clone stub, constify free fns | Freya Murphy | 4 | -18/+42 | |
2025-04-25 | virt ctx clone | Freya Murphy | 2 | -0/+39 | |