aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* term: 40-column text terminal on the CGB LCD (4x8 dynamic tiles)user10 days3-0/+482
* fs: reject open()/read() on a directory (EISDIR)user10 days1-0/+10
* fs rewrite stage 3: nested directories, paths, cwd (cd/mkdir/ls)user10 days5-36/+360
* fs rewrite stage 2: inodes + root directory (block-based, persistent)user10 days4-260/+616
* fs rewrite stage 1: persistent block device (bounce buffer, cart SRAM)user10 days4-1/+178
* jobs: background execution (&), non-blocking reap, spin demouser10 days2-0/+65
* kill + ps: implement SYS_KILL (pid 1 immortal) and a ps tooluser10 days4-3/+202
* shell: I/O redirection (>/<) and pipes (|); rewrite shell in Cuser10 days4-154/+193
* filesystem: a RAM FS (WRAMX) + ls/cat/save/rm; wc/head read filesuser10 days5-2/+486
* tools: wc, head, and an argc/argv demo (args) + libc.c helpersuser10 days1-0/+21
* libc + CLI tools: a small C userlanduser10 days1-3/+68
* C toolchain: run SDCC-compiled C programs as gbos processesuser10 days1-0/+13
* shell working: fix syscall ABI (trap clobbers HL) + documentuser10 days1-1/+5
* wip: sys_read + serial console shell (read-store bug under investigation)user10 days3-72/+177
* kernel: complete the process lifecycle (exit/wait/reap + bank free list)user10 days6-76/+325
* kernel: implement exec()user10 days4-25/+118
* kernel: implement fork()user10 days5-27/+249
* gbos scaffold: working cooperative microkernel (verified ABAB in emulator)user10 days8-0/+653