aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* C toolchain: run SDCC-compiled C programs as gbos processesuser12 days10-1/+165
* shell working: fix syscall ABI (trap clobbers HL) + documentuser12 days2-3/+27
* wip: sys_read + serial console shell (read-store bug under investigation)user12 days4-72/+179
* kernel: complete the process lifecycle (exit/wait/reap + bank free list)user12 days8-80/+353
* kernel: implement exec()user12 days6-27/+145
* kernel: implement fork()user12 days7-29/+273
* gbos scaffold: working cooperative microkernel (verified ABAB in emulator)user12 days12-0/+878