aboutsummaryrefslogtreecommitdiffstats
path: root/c (unfollow)
Commit message (Expand)AuthorFilesLines
2026-07-16fs rewrite stage 3: nested directories, paths, cwd (cd/mkdir/ls)user5-3/+77
2026-07-16fs rewrite stage 2: inodes + root directory (block-based, persistent)user4-7/+14
2026-07-16fs rewrite stage 1: persistent block device (bounce buffer, cart SRAM)user3-0/+29
2026-07-16jobs: background execution (&), non-blocking reap, spin demouser4-7/+38
2026-07-16kill + ps: implement SYS_KILL (pid 1 immortal) and a ps tooluser4-0/+47
2026-07-16shell: I/O redirection (>/<) and pipes (|); rewrite shell in Cuser3-16/+158
2026-07-16filesystem: a RAM FS (WRAMX) + ls/cat/save/rm; wc/head read filesuser8-21/+139
2026-07-16libc: option parsing (hasflag/optval); wc -l/-w/-c, head -n Nuser4-15/+47
2026-07-16tools: wc, head, and an argc/argv demo (args) + libc.c helpersuser7-8/+89
2026-07-16libc + CLI tools: a small C userlanduser9-34/+102
2026-07-16C toolchain: run SDCC-compiled C programs as gbos processesuser5-0/+103