aboutsummaryrefslogtreecommitdiffstats
path: root/src/proc.asm (follow)
Commit message (Expand)AuthorAgeFilesLines
* kill + ps: implement SYS_KILL (pid 1 immortal) and a ps tooluser6 days1-2/+16
* shell: I/O redirection (>/<) and pipes (|); rewrite shell in Cuser6 days1-2/+17
* kernel: complete the process lifecycle (exit/wait/reap + bank free list)user6 days1-10/+100
* kernel: implement exec()user6 days1-0/+53
* kernel: implement fork()user6 days1-0/+211
* gbos scaffold: working cooperative microkernel (verified ABAB in emulator)user6 days1-0/+159