aboutsummaryrefslogtreecommitdiffstats
path: root/src/tasks.asm (unfollow)
Commit message (Expand)AuthorFilesLines
2026-07-16wip: sys_read + serial console shell (read-store bug under investigation)user1-58/+4
2026-07-16kernel: complete the process lifecycle (exit/wait/reap + bank free list)user1-12/+52
2026-07-16kernel: implement exec()user1-24/+12
2026-07-15kernel: implement fork()user1-17/+23