aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 days3-72/+177
* kernel: complete the process lifecycle (exit/wait/reap + bank free list)user6 days6-76/+325
* kernel: implement exec()user6 days4-25/+118
* kernel: implement fork()user6 days5-27/+249
* gbos scaffold: working cooperative microkernel (verified ABAB in emulator)user6 days8-0/+653