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