aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2026-07-16shell: I/O redirection (>/<) and pipes (|); rewrite shell in Cuser4-154/+193
2026-07-16filesystem: a RAM FS (WRAMX) + ls/cat/save/rm; wc/head read filesuser5-2/+486
2026-07-16tools: wc, head, and an argc/argv demo (args) + libc.c helpersuser1-0/+21
2026-07-16libc + CLI tools: a small C userlanduser1-3/+68
2026-07-16C toolchain: run SDCC-compiled C programs as gbos processesuser1-0/+13
2026-07-16shell working: fix syscall ABI (trap clobbers HL) + documentuser1-1/+5
2026-07-16wip: sys_read + serial console shell (read-store bug under investigation)user3-72/+177
2026-07-16kernel: complete the process lifecycle (exit/wait/reap + bank free list)user6-76/+325
2026-07-16kernel: implement exec()user4-25/+118
2026-07-15kernel: implement fork()user5-27/+249