| Commit message (Expand) | Author | Age | Files | Lines |
| * | term: cache tile attrs in COL_BUF's spare stride bytes (3.5x scroll) | user | 3 days | 1 | -28/+38 |
| * | term: 7-color terminal (per-glyph fg+bg) + ANSI escapes; colorize irc | user | 3 days | 4 | -29/+549 |
| * | kernel: a real timer source (64 Hz tick IRQ) + uptime(1) | user | 4 days | 7 | -6/+70 |
| * | kernel: dmesg-style boot spew before init spawns | user | 4 days | 5 | -2/+330 |
| * | refactor: c/ -> usr/, compiled program blobs out of the source tree | user | 4 days | 1 | -31/+31 |
| * | net: reject out-of-order TCP segments (accept only seq == rcv_nxt, re-ACK dups) | user | 4 days | 1 | -0/+46 |
| * | term: dark mode - black background, white text (OSK highlight inverts to match) | user | 4 days | 2 | -12/+17 |
| * | irc: a bitchx/irssi-style IRC client | user | 4 days | 1 | -0/+7 |
| * | net: SYS_POLLCON + larger console ring for link-injected input | user | 4 days | 3 | -3/+19 |
| * | net: fix truncated TCP field offsets corrupting multi-segment recv | user | 4 days | 1 | -4/+10 |
| * | net: unbreak ping against hosts that intermittently drop ICMP | user | 4 days | 1 | -3/+54 |
| * | net: pump the network from the console wait (answer pings at the prompt) | user | 4 days | 3 | -42/+85 |
| * | net: DHCP client - lease the IP at boot instead of hardcoding it | user | 4 days | 2 | -29/+75 |
| * | kernel: sys_sleep - a cooperative delay off the DIV timer (+ ping pacing) | user | 4 days | 2 | -0/+44 |
| * | net: keep network packets out of the console (fixes shell garbage on netboot) | user | 4 days | 2 | -0/+24 |
| * | net: TCP sockets in the kernel - a Game Boy fetches HTTP over real TCP | user | 4 days | 1 | -8/+678 |
| * | net: UDP sockets in the kernel + a DNS resolver (real hostname lookups) | user | 4 days | 2 | -21/+328 |
| * | net: proper socket API in the kernel (SYS_NET) - no more SLIP in userland | user | 4 days | 3 | -0/+756 |
| * | net: ping - GB-originated ICMP echo (a Game Boy pings the real internet) | user | 4 days | 1 | -0/+7 |
| * | net: real IP stack, milestone A - ICMP echo (you can ping a Game Boy) | user | 5 days | 1 | -0/+7 |
| * | net: chat client - async receive + OSK send over the link port | user | 5 days | 3 | -0/+31 |
| * | net: wget - real HTTP over the link port via the gateway | user | 5 days | 1 | -0/+7 |
| * | net: SLIP framing over the link port + a host gateway (echo round-trip) | user | 5 days | 3 | -0/+50 |
| * | pipe: PIPE_MAX 2->4 (5-stage pipelines) + fix cross-yield byte corruption | user | 5 days | 1 | -9/+22 |
| * | kernel+sh: real anonymous pipes (concurrent, streaming, SIGPIPE) | user | 5 days | 5 | -1/+256 |
| * | term: compute the OSK view offset from the cursor row (keep input visible) | user | 5 days | 2 | -17/+33 |
| * | term/osk: view-offset scroll region (lossless backlog on OSK toggle) | user | 5 days | 2 | -62/+35 |
| * | term/osk: scroll region so the OSK never hides the input line | user | 5 days | 3 | -12/+69 |
| * | osk: bind START to Enter (CR) | user | 5 days | 1 | -0/+7 |
| * | sh: handle backspace in readline; prompt is now '#' | user | 5 days | 1 | -1/+14 |
| * | osk: wrap the cursor around all four edges | user | 5 days | 1 | -19/+27 |
| * | osk: toggle-able on-screen keyboard on the window layer | user | 5 days | 5 | -7/+411 |
| * | syscall: mirror console output to the LCD terminal | user | 5 days | 3 | -2/+18 |
| * | term: cursor + O(1) line scrolling | user | 5 days | 2 | -209/+455 |
| * | font: full mixed-case + punctuation glyph set (not uppercase-only) | user | 5 days | 2 | -102/+102 |
| * | term: 40-column text terminal on the CGB LCD (4x8 dynamic tiles) | user | 5 days | 3 | -0/+482 |
| * | fs: reject open()/read() on a directory (EISDIR) | user | 5 days | 1 | -0/+10 |
| * | fs rewrite stage 3: nested directories, paths, cwd (cd/mkdir/ls) | user | 5 days | 5 | -36/+360 |
| * | fs rewrite stage 2: inodes + root directory (block-based, persistent) | user | 5 days | 4 | -260/+616 |
| * | fs rewrite stage 1: persistent block device (bounce buffer, cart SRAM) | user | 6 days | 4 | -1/+178 |
| * | jobs: background execution (&), non-blocking reap, spin demo | user | 6 days | 2 | -0/+65 |
| * | kill + ps: implement SYS_KILL (pid 1 immortal) and a ps tool | user | 6 days | 4 | -3/+202 |
| * | shell: I/O redirection (>/<) and pipes (|); rewrite shell in C | user | 6 days | 4 | -154/+193 |
| * | filesystem: a RAM FS (WRAMX) + ls/cat/save/rm; wc/head read files | user | 6 days | 5 | -2/+486 |
| * | tools: wc, head, and an argc/argv demo (args) + libc.c helpers | user | 6 days | 1 | -0/+21 |
| * | libc + CLI tools: a small C userland | user | 6 days | 1 | -3/+68 |
| * | C toolchain: run SDCC-compiled C programs as gbos processes | user | 6 days | 1 | -0/+13 |
| * | shell working: fix syscall ABI (trap clobbers HL) + document | user | 6 days | 1 | -1/+5 |
| * | wip: sys_read + serial console shell (read-store bug under investigation) | user | 6 days | 3 | -72/+177 |
| * | kernel: complete the process lifecycle (exit/wait/reap + bank free list) | user | 6 days | 6 | -76/+325 |