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