aboutsummaryrefslogtreecommitdiffstats
path: root/include (unfollow)
Commit message (Expand)AuthorFilesLines
2026-07-18term: 7-color terminal (per-glyph fg+bg) + ANSI escapes; colorize ircuser1-0/+23
2026-07-18kernel: a real timer source (64 Hz tick IRQ) + uptime(1)user1-1/+7
2026-07-17irc: a bitchx/irssi-style IRC clientuser1-0/+1
2026-07-17net: SYS_POLLCON + larger console ring for link-injected inputuser1-1/+2
2026-07-17net: unbreak ping against hosts that intermittently drop ICMPuser1-0/+3
2026-07-17net: DHCP client - lease the IP at boot instead of hardcoding ituser1-0/+2
2026-07-17kernel: sys_sleep - a cooperative delay off the DIV timer (+ ping pacing)user1-1/+3
2026-07-17net: UDP sockets in the kernel + a DNS resolver (real hostname lookups)user1-0/+1
2026-07-17net: proper socket API in the kernel (SYS_NET) - no more SLIP in userlanduser1-1/+30
2026-07-17net: ping - GB-originated ICMP echo (a Game Boy pings the real internet)user1-0/+1
2026-07-17net: real IP stack, milestone A - ICMP echo (you can ping a Game Boy)user1-0/+1
2026-07-17net: chat client - async receive + OSK send over the link portuser1-1/+4
2026-07-17net: wget - real HTTP over the link port via the gatewayuser1-0/+1
2026-07-17net: SLIP framing over the link port + a host gateway (echo round-trip)user1-1/+4
2026-07-17pipe: PIPE_MAX 2->4 (5-stage pipelines) + fix cross-yield byte corruptionuser1-1/+1
2026-07-17kernel+sh: real anonymous pipes (concurrent, streaming, SIGPIPE)user1-1/+8
2026-07-16term: compute the OSK view offset from the cursor row (keep input visible)user1-0/+1
2026-07-16term/osk: scroll region so the OSK never hides the input lineuser1-0/+1
2026-07-16osk: toggle-able on-screen keyboard on the window layeruser1-0/+1
2026-07-16fs rewrite stage 3: nested directories, paths, cwd (cd/mkdir/ls)user1-3/+8
2026-07-16fs rewrite stage 2: inodes + root directory (block-based, persistent)user1-11/+41
2026-07-16fs rewrite stage 1: persistent block device (bounce buffer, cart SRAM)user1-2/+20
2026-07-16jobs: background execution (&), non-blocking reap, spin demouser1-1/+2
2026-07-16kill + ps: implement SYS_KILL (pid 1 immortal) and a ps tooluser1-1/+10
2026-07-16shell: I/O redirection (>/<) and pipes (|); rewrite shell in Cuser1-1/+9
2026-07-16filesystem: a RAM FS (WRAMX) + ls/cat/save/rm; wc/head read filesuser1-1/+29
2026-07-16tools: wc, head, and an argc/argv demo (args) + libc.c helpersuser1-0/+3
2026-07-16libc + CLI tools: a small C userlanduser1-1/+7
2026-07-16C toolchain: run SDCC-compiled C programs as gbos processesuser1-0/+1
2026-07-16wip: sys_read + serial console shell (read-store bug under investigation)user1-0/+2
2026-07-16kernel: complete the process lifecycle (exit/wait/reap + bank free list)user1-2/+2
2026-07-16kernel: implement exec()user1-0/+6
2026-07-15kernel: implement fork()user1-0/+2