Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add unfinished forkman game and syscalls | Ian McFarlane | 2025-05-06 | 1 | -1/+98 |
* | finish syscall impls | Freya Murphy | 2025-05-01 | 1 | -3/+178 |
* | change queue structures | Freya Murphy | 2025-04-29 | 1 | -17/+18 |
* | fmt | Freya Murphy | 2025-04-28 | 1 | -1/+1 |
* | fork syscall | Freya Murphy | 2025-04-28 | 1 | -2/+16 |
* | heap (brk / sbrk) | Freya Murphy | 2025-04-28 | 1 | -2/+66 |
* | make sure sleep sets pcb to state sleeping | Freya Murphy | 2025-04-28 | 1 | -0/+1 |
* | stderr in write syscall | Freya Murphy | 2025-04-28 | 1 | -2/+6 |
* | move context save area to pcb not in stack | Freya Murphy | 2025-04-28 | 1 | -13/+9 |
* | add more syscall impls | Freya Murphy | 2025-04-27 | 1 | -29/+163 |
* | fmt | Freya Murphy | 2025-04-27 | 1 | -4/+2 |
* | fix FIXMEs in syscall.c | Freya Murphy | 2025-04-27 | 1 | -12/+15 |
* | new syscalls | Freya Murphy | 2025-04-27 | 1 | -4/+57 |
* | add comment | Freya Murphy | 2025-04-25 | 1 | -0/+3 |
* | poweroff syscall | Freya Murphy | 2025-04-25 | 1 | -7/+16 |
* | load init from ata and run it | Freya Murphy | 2025-04-25 | 1 | -3/+0 |
* | fmt | Freya Murphy | 2025-04-24 | 1 | -19/+9 |
* | kernel syscall handler | Freya Murphy | 2025-04-24 | 1 | -0/+107 |