aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* shell working: fix syscall ABI (trap clobbers HL) + documentuser2026-07-161-1/+5
* wip: sys_read + serial console shell (read-store bug under investigation)user2026-07-163-72/+177
* kernel: complete the process lifecycle (exit/wait/reap + bank free list)user2026-07-166-76/+325
* kernel: implement exec()user2026-07-164-25/+118
* kernel: implement fork()user2026-07-155-27/+249
* gbos scaffold: working cooperative microkernel (verified ABAB in emulator)user2026-07-158-0/+653