aboutsummaryrefslogtreecommitdiffstats
path: root/include (unfollow)
Commit message (Expand)AuthorFilesLines
2026-07-16fs rewrite stage 3: nested directories, paths, cwd (cd/mkdir/ls)user1-3/+8
2026-07-16fs rewrite stage 2: inodes + root directory (block-based, persistent)user1-11/+41
2026-07-16fs rewrite stage 1: persistent block device (bounce buffer, cart SRAM)user1-2/+20
2026-07-16jobs: background execution (&), non-blocking reap, spin demouser1-1/+2
2026-07-16kill + ps: implement SYS_KILL (pid 1 immortal) and a ps tooluser1-1/+10
2026-07-16shell: I/O redirection (>/<) and pipes (|); rewrite shell in Cuser1-1/+9
2026-07-16filesystem: a RAM FS (WRAMX) + ls/cat/save/rm; wc/head read filesuser1-1/+29
2026-07-16tools: wc, head, and an argc/argv demo (args) + libc.c helpersuser1-0/+3
2026-07-16libc + CLI tools: a small C userlanduser1-1/+7
2026-07-16C toolchain: run SDCC-compiled C programs as gbos processesuser1-0/+1
2026-07-16wip: sys_read + serial console shell (read-store bug under investigation)user1-0/+2
2026-07-16kernel: complete the process lifecycle (exit/wait/reap + bank free list)user1-2/+2
2026-07-16kernel: implement exec()user1-0/+6
2026-07-15kernel: implement fork()user1-0/+2