| Commit message (Expand) | Author | Files | Lines |
| 5 days | net: real IP stack, milestone A - ICMP echo (you can ping a Game Boy) | user | 1 | -0/+47 |
| 5 days | net: chat client - async receive + OSK send over the link port | user | 3 | -1/+77 |
| 5 days | net: wget - real HTTP over the link port via the gateway | user | 3 | -32/+58 |
| 5 days | net: SLIP framing over the link port + a host gateway (echo round-trip) | user | 3 | -1/+60 |
| 5 days | kernel+sh: real anonymous pipes (concurrent, streaming, SIGPIPE) | user | 4 | -12/+84 |
| 5 days | term/osk: scroll region so the OSK never hides the input line | user | 1 | -0/+16 |
| 5 days | sh: handle backspace in readline; prompt is now '#' | user | 1 | -1/+5 |
| 6 days | fs: reject open()/read() on a directory (EISDIR) | user | 5 | -6/+8 |
| 6 days | fs rewrite stage 3: nested directories, paths, cwd (cd/mkdir/ls) | user | 5 | -3/+77 |
| 6 days | fs rewrite stage 2: inodes + root directory (block-based, persistent) | user | 4 | -7/+14 |
| 6 days | fs rewrite stage 1: persistent block device (bounce buffer, cart SRAM) | user | 3 | -0/+29 |
| 6 days | jobs: background execution (&), non-blocking reap, spin demo | user | 4 | -7/+38 |
| 6 days | kill + ps: implement SYS_KILL (pid 1 immortal) and a ps tool | user | 4 | -0/+47 |
| 6 days | shell: I/O redirection (>/<) and pipes (|); rewrite shell in C | user | 3 | -16/+158 |
| 6 days | filesystem: a RAM FS (WRAMX) + ls/cat/save/rm; wc/head read files | user | 8 | -21/+139 |
| 6 days | libc: option parsing (hasflag/optval); wc -l/-w/-c, head -n N | user | 4 | -15/+47 |
| 6 days | tools: wc, head, and an argc/argv demo (args) + libc.c helpers | user | 7 | -8/+89 |
| 6 days | libc + CLI tools: a small C userland | user | 9 | -34/+102 |
| 6 days | C toolchain: run SDCC-compiled C programs as gbos processes | user | 5 | -0/+103 |