aboutsummaryrefslogtreecommitdiffstats
path: root/src/proc.asm (follow)
Commit message (Expand)AuthorAgeFilesLines
* fs rewrite stage 3: nested directories, paths, cwd (cd/mkdir/ls)user5 days1-2/+7
* kill + ps: implement SYS_KILL (pid 1 immortal) and a ps tooluser5 days1-2/+16
* shell: I/O redirection (>/<) and pipes (|); rewrite shell in Cuser5 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