aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* term: latch SCY in VBlank - fix ring-scroll shear on live displaysuser7 days1-1/+2
* term: 3 more renderer wins - 10.9x scroll, 2.7x putc vs pre-cacheuser7 days1-0/+3
* term: 7-color terminal (per-glyph fg+bg) + ANSI escapes; colorize ircuser7 days1-0/+23
* kernel: a real timer source (64 Hz tick IRQ) + uptime(1)user7 days1-1/+7
* irc: a bitchx/irssi-style IRC clientuser8 days1-0/+1
* net: SYS_POLLCON + larger console ring for link-injected inputuser8 days1-1/+2
* net: unbreak ping against hosts that intermittently drop ICMPuser8 days1-0/+3
* net: DHCP client - lease the IP at boot instead of hardcoding ituser8 days1-0/+2
* kernel: sys_sleep - a cooperative delay off the DIV timer (+ ping pacing)user8 days1-1/+3
* net: UDP sockets in the kernel + a DNS resolver (real hostname lookups)user8 days1-0/+1
* net: proper socket API in the kernel (SYS_NET) - no more SLIP in userlanduser8 days1-1/+30
* net: ping - GB-originated ICMP echo (a Game Boy pings the real internet)user8 days1-0/+1
* net: real IP stack, milestone A - ICMP echo (you can ping a Game Boy)user9 days1-0/+1
* net: chat client - async receive + OSK send over the link portuser9 days1-1/+4
* net: wget - real HTTP over the link port via the gatewayuser9 days1-0/+1
* net: SLIP framing over the link port + a host gateway (echo round-trip)user9 days1-1/+4
* pipe: PIPE_MAX 2->4 (5-stage pipelines) + fix cross-yield byte corruptionuser9 days1-1/+1
* kernel+sh: real anonymous pipes (concurrent, streaming, SIGPIPE)user9 days1-1/+8
* term: compute the OSK view offset from the cursor row (keep input visible)user9 days1-0/+1
* term/osk: scroll region so the OSK never hides the input lineuser9 days1-0/+1
* osk: toggle-able on-screen keyboard on the window layeruser9 days1-0/+1
* fs rewrite stage 3: nested directories, paths, cwd (cd/mkdir/ls)user9 days1-3/+8
* fs rewrite stage 2: inodes + root directory (block-based, persistent)user9 days1-11/+41
* fs rewrite stage 1: persistent block device (bounce buffer, cart SRAM)user9 days1-2/+20
* jobs: background execution (&), non-blocking reap, spin demouser9 days1-1/+2
* kill + ps: implement SYS_KILL (pid 1 immortal) and a ps tooluser9 days1-1/+10
* shell: I/O redirection (>/<) and pipes (|); rewrite shell in Cuser10 days1-1/+9
* filesystem: a RAM FS (WRAMX) + ls/cat/save/rm; wc/head read filesuser10 days1-1/+29
* tools: wc, head, and an argc/argv demo (args) + libc.c helpersuser10 days1-0/+3
* libc + CLI tools: a small C userlanduser10 days1-1/+7
* C toolchain: run SDCC-compiled C programs as gbos processesuser10 days1-0/+1
* wip: sys_read + serial console shell (read-store bug under investigation)user10 days1-0/+2
* kernel: complete the process lifecycle (exit/wait/reap + bank free list)user10 days1-2/+2
* kernel: implement exec()user10 days1-0/+6
* kernel: implement fork()user10 days1-0/+2
* gbos scaffold: working cooperative microkernel (verified ABAB in emulator)user10 days1-0/+86