aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* shell: I/O redirection (>/<) and pipes (|); rewrite shell in Cuser6 days10-184/+386
* filesystem: a RAM FS (WRAMX) + ls/cat/save/rm; wc/head read filesuser6 days16-29/+697
* libc: option parsing (hasflag/optval); wc -l/-w/-c, head -n Nuser6 days4-15/+47
* tools: wc, head, and an argc/argv demo (args) + libc.c helpersuser6 days11-21/+144
* libc + CLI tools: a small C userlanduser6 days13-44/+214
* C toolchain: run SDCC-compiled C programs as gbos processesuser6 days10-1/+165
* shell working: fix syscall ABI (trap clobbers HL) + documentuser6 days2-3/+27
* wip: sys_read + serial console shell (read-store bug under investigation)user6 days4-72/+179
* kernel: complete the process lifecycle (exit/wait/reap + bank free list)user6 days8-80/+353
* kernel: implement exec()user6 days6-27/+145
* kernel: implement fork()user6 days7-29/+273
* gbos scaffold: working cooperative microkernel (verified ABAB in emulator)user6 days12-0/+878