aboutsummaryrefslogtreecommitdiffstats
path: root/src/kdata.asm (unfollow)
Commit message (Expand)AuthorFilesLines
13 daysfs rewrite stage 3: nested directories, paths, cwd (cd/mkdir/ls)user1-1/+7
13 daysfs rewrite stage 2: inodes + root directory (block-based, persistent)user1-0/+4
14 dayskill + ps: implement SYS_KILL (pid 1 immortal) and a ps tooluser1-0/+3
14 daysshell: I/O redirection (>/<) and pipes (|); rewrite shell in Cuser1-0/+1
14 daysfilesystem: a RAM FS (WRAMX) + ls/cat/save/rm; wc/head read filesuser1-0/+7
14 dayskernel: complete the process lifecycle (exit/wait/reap + bank free list)user1-2/+9
2026-07-15kernel: implement fork()user1-0/+11