aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* jobs: background execution (&), non-blocking reap, spin demouser10 days1-1/+1
* kill + ps: implement SYS_KILL (pid 1 immortal) and a ps tooluser10 days1-1/+1
* shell: I/O redirection (>/<) and pipes (|); rewrite shell in Cuser10 days1-1/+1
* filesystem: a RAM FS (WRAMX) + ls/cat/save/rm; wc/head read filesuser10 days1-1/+2
* tools: wc, head, and an argc/argv demo (args) + libc.c helpersuser10 days1-1/+4
* libc + CLI tools: a small C userlanduser10 days1-1/+2
* C toolchain: run SDCC-compiled C programs as gbos processesuser10 days1-0/+7
* gbos scaffold: working cooperative microkernel (verified ABAB in emulator)user10 days1-0/+34