aboutsummaryrefslogtreecommitdiffstats
path: root/src/programs.asm (unfollow)
Commit message (Expand)AuthorFilesLines
6 daysshell: I/O redirection (>/<) and pipes (|); rewrite shell in Cuser1-140/+41
6 daysfilesystem: a RAM FS (WRAMX) + ls/cat/save/rm; wc/head read filesuser1-0/+21
6 daystools: wc, head, and an argc/argv demo (args) + libc.c helpersuser1-0/+21
6 dayslibc + CLI tools: a small C userlanduser1-3/+68
6 daysC toolchain: run SDCC-compiled C programs as gbos processesuser1-0/+13
6 daysshell working: fix syscall ABI (trap clobbers HL) + documentuser1-1/+5
6 dayswip: sys_read + serial console shell (read-store bug under investigation)user1-13/+153
6 dayskernel: complete the process lifecycle (exit/wait/reap + bank free list)user1-35/+19
6 dayskernel: implement exec()user1-0/+52