aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libc + CLI tools: a small C userlanduser2026-07-1613-44/+214
* C toolchain: run SDCC-compiled C programs as gbos processesuser2026-07-1610-1/+165
* shell working: fix syscall ABI (trap clobbers HL) + documentuser2026-07-162-3/+27
* wip: sys_read + serial console shell (read-store bug under investigation)user2026-07-164-72/+179
* kernel: complete the process lifecycle (exit/wait/reap + bank free list)user2026-07-168-80/+353
* kernel: implement exec()user2026-07-166-27/+145
* kernel: implement fork()user2026-07-157-29/+273
* gbos scaffold: working cooperative microkernel (verified ABAB in emulator)user2026-07-1512-0/+878