aboutsummaryrefslogtreecommitdiffstats
path: root/src/syscall.asm (unfollow)
Commit message (Expand)AuthorFilesLines
2026-07-16wip: sys_read + serial console shell (read-store bug under investigation)user1-1/+20
2026-07-16kernel: complete the process lifecycle (exit/wait/reap + bank free list)user1-11/+139
2026-07-16kernel: implement exec()user1-1/+1
2026-07-15kernel: implement fork()user1-1/+1