aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libc: option parsing (hasflag/optval); wc -l/-w/-c, head -n Nuser9 days4-15/+47
* tools: wc, head, and an argc/argv demo (args) + libc.c helpersuser9 days11-21/+144
* libc + CLI tools: a small C userlanduser9 days13-44/+214
* C toolchain: run SDCC-compiled C programs as gbos processesuser9 days10-1/+165
* shell working: fix syscall ABI (trap clobbers HL) + documentuser9 days2-3/+27
* wip: sys_read + serial console shell (read-store bug under investigation)user9 days4-72/+179
* kernel: complete the process lifecycle (exit/wait/reap + bank free list)user9 days8-80/+353
* kernel: implement exec()user10 days6-27/+145
* kernel: implement fork()user10 days7-29/+273
* gbos scaffold: working cooperative microkernel (verified ABAB in emulator)user10 days12-0/+878