aboutsummaryrefslogtreecommitdiffstats
path: root/README.md (unfollow)
Commit message (Expand)AuthorFilesLines
2026-07-16fs rewrite stage 3: nested directories, paths, cwd (cd/mkdir/ls)user1-6/+17
2026-07-16fs rewrite stage 2: inodes + root directory (block-based, persistent)user1-30/+26
2026-07-16fs rewrite stage 1: persistent block device (bounce buffer, cart SRAM)user1-1/+14
2026-07-16jobs: background execution (&), non-blocking reap, spin demouser1-0/+29
2026-07-16shell: I/O redirection (>/<) and pipes (|); rewrite shell in Cuser1-12/+25
2026-07-16filesystem: a RAM FS (WRAMX) + ls/cat/save/rm; wc/head read filesuser1-4/+41
2026-07-16tools: wc, head, and an argc/argv demo (args) + libc.c helpersuser1-12/+27
2026-07-16libc + CLI tools: a small C userlanduser1-5/+35
2026-07-16C toolchain: run SDCC-compiled C programs as gbos processesuser1-1/+40
2026-07-16shell working: fix syscall ABI (trap clobbers HL) + documentuser1-2/+22
2026-07-16kernel: complete the process lifecycle (exit/wait/reap + bank free list)user1-2/+26
2026-07-16kernel: implement exec()user1-2/+21
2026-07-15kernel: implement fork()user1-2/+22