aboutsummaryrefslogtreecommitdiffstats
path: root/src/kdata.asm (unfollow)
Commit message (Expand)AuthorFilesLines
2026-07-16shell: I/O redirection (>/<) and pipes (|); rewrite shell in Cuser1-0/+1
2026-07-16filesystem: a RAM FS (WRAMX) + ls/cat/save/rm; wc/head read filesuser1-0/+7
2026-07-16kernel: complete the process lifecycle (exit/wait/reap + bank free list)user1-2/+9
2026-07-15kernel: implement fork()user1-0/+11