aboutsummaryrefslogtreecommitdiffstats
path: root/include/gbos.inc (unfollow)
Commit message (Expand)AuthorFilesLines
6 daysshell: I/O redirection (>/<) and pipes (|); rewrite shell in Cuser1-1/+9
6 daysfilesystem: a RAM FS (WRAMX) + ls/cat/save/rm; wc/head read filesuser1-1/+29
6 daystools: wc, head, and an argc/argv demo (args) + libc.c helpersuser1-0/+3
6 dayslibc + CLI tools: a small C userlanduser1-1/+7
6 daysC toolchain: run SDCC-compiled C programs as gbos processesuser1-0/+1
6 dayswip: sys_read + serial console shell (read-store bug under investigation)user1-0/+2
6 dayskernel: complete the process lifecycle (exit/wait/reap + bank free list)user1-2/+2
6 dayskernel: implement exec()user1-0/+6
6 dayskernel: implement fork()user1-0/+2