aboutsummaryrefslogtreecommitdiffstats
path: root/src/tasks.asm (follow)
Commit message (Expand)AuthorAgeFilesLines
* wip: sys_read + serial console shell (read-store bug under investigation)user2026-07-161-58/+4
* kernel: complete the process lifecycle (exit/wait/reap + bank free list)user2026-07-161-12/+52
* kernel: implement exec()user2026-07-161-24/+12
* kernel: implement fork()user2026-07-151-17/+23
* gbos scaffold: working cooperative microkernel (verified ABAB in emulator)user2026-07-151-0/+33