aboutsummaryrefslogtreecommitdiffstats
path: root/src/proc.asm (unfollow)
Commit message (Expand)AuthorFilesLines
6 dayskill + ps: implement SYS_KILL (pid 1 immortal) and a ps tooluser1-2/+16
6 daysshell: I/O redirection (>/<) and pipes (|); rewrite shell in Cuser1-2/+17
6 dayskernel: complete the process lifecycle (exit/wait/reap + bank free list)user1-10/+100
6 dayskernel: implement exec()user1-0/+53
6 dayskernel: implement fork()user1-0/+211