aboutsummaryrefslogtreecommitdiffstats
path: root/c/libc.s (follow)
Commit message (Expand)AuthorAgeFilesLines
* fs rewrite stage 3: nested directories, paths, cwd (cd/mkdir/ls)user2026-07-161-0/+25
* fs rewrite stage 2: inodes + root directory (block-based, persistent)user2026-07-161-1/+9
* fs rewrite stage 1: persistent block device (bounce buffer, cart SRAM)user2026-07-161-0/+14
* jobs: background execution (&), non-blocking reap, spin demouser2026-07-161-0/+12
* kill + ps: implement SYS_KILL (pid 1 immortal) and a ps tooluser2026-07-161-0/+20
* shell: I/O redirection (>/<) and pipes (|); rewrite shell in Cuser2026-07-161-16/+51
* filesystem: a RAM FS (WRAMX) + ls/cat/save/rm; wc/head read filesuser2026-07-161-0/+48
* libc + CLI tools: a small C userlanduser2026-07-161-26/+58
* C toolchain: run SDCC-compiled C programs as gbos processesuser2026-07-161-0/+54