| Commit message (Expand) | Author | Files | Lines | |
|---|---|---|---|---|
| 2025-05-06 | finished documentation, and deleted ramfs.c and ramfs.h, as both were nowhere... | Galen Sagarin | 1 | -40/+0 |
| 2025-05-06 | fmt | Freya Murphy | 1 | -4/+4 |
| 2025-05-06 | add unfinished forkman game and syscalls | Ian McFarlane | 3 | -1/+10 |
| 2025-05-06 | increase identity map | Freya Murphy | 1 | -1/+1 |
| 2025-05-06 | Commenting out ramfs things because they aren't working | Galen Sagarin | 1 | -1/+1 |
| 2025-05-06 | tarfs.c, as well as an incomplete ramfs.c: | Galen Sagarin | 2 | -0/+46 |
| 2025-05-06 | terrible hack to not overwrite mboot data | Freya Murphy | 1 | -0/+10 |
| 2025-05-06 | update fs | Freya Murphy | 1 | -3/+3 |
| 2025-05-05 | pc spkr | Freya Murphy | 4 | -2/+59 |
| 2025-05-01 | finish syscall impls | Freya Murphy | 5 | -3/+23 |
| 2025-04-30 | tarfs | Freya Murphy | 2 | -1/+19 |
| 2025-04-30 | fmt | Freya Murphy | 1 | -2/+4 |
| 2025-04-30 | update fs headers 3.0 | Freya Murphy | 1 | -4/+19 |
| 2025-04-30 | update fs headers 2.0 | Freya Murphy | 1 | -28/+103 |
| 2025-04-29 | fs header changes | Freya Murphy | 2 | -111/+37 |
| 2025-04-29 | input manager | Freya Murphy | 4 | -27/+40 |
| 2025-04-29 | change queue structures | Freya Murphy | 1 | -7/+5 |
| 2025-04-29 | ps2 | Freya Murphy | 2 | -0/+192 |
| 2025-04-28 | change struct gpu to gpu_dev | Freya Murphy | 3 | -4/+4 |
| 2025-04-28 | fork syscall | Freya Murphy | 1 | -0/+5 |
| 2025-04-28 | heap (brk / sbrk) | Freya Murphy | 1 | -0/+4 |
| 2025-04-28 | move context save area to pcb not in stack | Freya Murphy | 3 | -3/+20 |
| 2025-04-27 | fmt | Freya Murphy | 1 | -1/+4 |
| 2025-04-27 | better rep insw | Freya Murphy | 1 | -2/+1 |
| 2025-04-27 | fs return bytes read | Freya Murphy | 1 | -2/+2 |
| 2025-04-27 | lba48 for more then 256 sectors | Freya Murphy | 1 | -2/+2 |
| 2025-04-27 | new syscalls | Freya Murphy | 1 | -1/+3 |
| 2025-04-25 | mem_get_phys fn | Freya Murphy | 1 | -0/+13 |
| 2025-04-25 | fix fs off by 1 sector | Freya Murphy | 1 | -2/+2 |
| 2025-04-25 | poweroff syscall | Freya Murphy | 1 | -1/+2 |
| 2025-04-25 | fmt | Freya Murphy | 2 | -4/+2 |
| 2025-04-25 | noreturn on dispatch | Freya Murphy | 1 | -0/+1 |
| 2025-04-25 | syscall_return fn | Freya Murphy | 1 | -0/+6 |
| 2025-04-25 | pgdir clone stub, constify free fns | Freya Murphy | 1 | -1/+1 |
| 2025-04-24 | make alloc_pages_at() able to allocate noncontiguous physical pages | Ian McFarlane | 2 | -0/+21 |
| 2025-04-24 | user.c for loading userspace elfs into memoryuser | Freya Murphy | 3 | -0/+34 |
| 2025-04-24 | kernel syscall handler | Freya Murphy | 1 | -1/+1 |
| 2025-04-24 | const pointers on free & kmapuseraddr | Freya Murphy | 1 | -4/+14 |
| 2025-04-23 | update paging code | Freya Murphy | 2 | -26/+4 |
| 2025-04-23 | some paging updates (more to come) | Freya Murphy | 1 | -4/+11 |
| 2025-04-23 | change pcb structure (move context to top) | Freya Murphy | 1 | -4/+4 |
| 2025-04-22 | add pml4 allocation/mem ctx alloation | Freya Murphy | 1 | -2/+27 |
| 2025-04-22 | make pit ticks volatile, disable reload for now since broken | Freya Murphy | 1 | -1/+1 |
| 2025-04-21 | make fs use void* | Freya Murphy | 1 | -2/+2 |
| 2025-04-21 | make somce changes to procs | Freya Murphy | 1 | -122/+33 |
| 2025-04-21 | fmt, rename some fns | Freya Murphy | 3 | -5/+42 |
| 2025-04-21 | fs read/write functions, initrd | Freya Murphy | 4 | -12/+30 |
| 2025-04-20 | add newline to log messages | Ian McFarlane | 1 | -0/+4 |
| 2025-04-20 | refactor ATA interface | Ian McFarlane | 1 | -24/+29 |
| 2025-04-20 | make stuff public | Freya Murphy | 1 | -4/+42 |