aboutsummaryrefslogtreecommitdiffstats
path: root/src/programs.asm (follow)
Commit message (Expand)AuthorAgeFilesLines
* fs rewrite stage 3: nested directories, paths, cwd (cd/mkdir/ls)user5 days1-0/+7
* fs rewrite stage 1: persistent block device (bounce buffer, cart SRAM)user6 days1-0/+7
* jobs: background execution (&), non-blocking reap, spin demouser6 days1-0/+7
* kill + ps: implement SYS_KILL (pid 1 immortal) and a ps tooluser6 days1-0/+16
* shell: I/O redirection (>/<) and pipes (|); rewrite shell in Cuser6 days1-140/+41
* filesystem: a RAM FS (WRAMX) + ls/cat/save/rm; wc/head read filesuser6 days1-0/+21
* tools: wc, head, and an argc/argv demo (args) + libc.c helpersuser6 days1-0/+21
* libc + CLI tools: a small C userlanduser6 days1-3/+68
* C toolchain: run SDCC-compiled C programs as gbos processesuser6 days1-0/+13
* shell working: fix syscall ABI (trap clobbers HL) + documentuser6 days1-1/+5
* wip: sys_read + serial console shell (read-store bug under investigation)user6 days1-13/+153
* kernel: complete the process lifecycle (exit/wait/reap + bank free list)user6 days1-35/+19
* kernel: implement exec()user6 days1-0/+52