aboutsummaryrefslogtreecommitdiffstats
path: root/README.md (follow)
Commit message (Expand)AuthorAgeFilesLines
* fs rewrite stage 3: nested directories, paths, cwd (cd/mkdir/ls)user2026-07-161-6/+17
* fs rewrite stage 2: inodes + root directory (block-based, persistent)user2026-07-161-30/+26
* fs rewrite stage 1: persistent block device (bounce buffer, cart SRAM)user2026-07-161-1/+14
* jobs: background execution (&), non-blocking reap, spin demouser2026-07-161-0/+29
* shell: I/O redirection (>/<) and pipes (|); rewrite shell in Cuser2026-07-161-12/+25
* filesystem: a RAM FS (WRAMX) + ls/cat/save/rm; wc/head read filesuser2026-07-161-4/+41
* tools: wc, head, and an argc/argv demo (args) + libc.c helpersuser2026-07-161-12/+27
* libc + CLI tools: a small C userlanduser2026-07-161-5/+35
* C toolchain: run SDCC-compiled C programs as gbos processesuser2026-07-161-1/+40
* shell working: fix syscall ABI (trap clobbers HL) + documentuser2026-07-161-2/+22
* kernel: complete the process lifecycle (exit/wait/reap + bank free list)user2026-07-161-2/+26
* kernel: implement exec()user2026-07-161-2/+21
* kernel: implement fork()user2026-07-151-2/+22
* gbos scaffold: working cooperative microkernel (verified ABAB in emulator)user2026-07-151-0/+102