aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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