Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
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 |
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 |