aboutsummaryrefslogtreecommitdiffstats
path: root/include (unfollow)
Commit message (Expand)AuthorFilesLines
4 daysnet: DHCP client - lease the IP at boot instead of hardcoding ituser1-0/+2
4 dayskernel: sys_sleep - a cooperative delay off the DIV timer (+ ping pacing)user1-1/+3
5 daysnet: UDP sockets in the kernel + a DNS resolver (real hostname lookups)user1-0/+1
5 daysnet: proper socket API in the kernel (SYS_NET) - no more SLIP in userlanduser1-1/+30
5 daysnet: ping - GB-originated ICMP echo (a Game Boy pings the real internet)user1-0/+1
5 daysnet: real IP stack, milestone A - ICMP echo (you can ping a Game Boy)user1-0/+1
5 daysnet: chat client - async receive + OSK send over the link portuser1-1/+4
5 daysnet: wget - real HTTP over the link port via the gatewayuser1-0/+1
5 daysnet: SLIP framing over the link port + a host gateway (echo round-trip)user1-1/+4
5 dayspipe: PIPE_MAX 2->4 (5-stage pipelines) + fix cross-yield byte corruptionuser1-1/+1
5 dayskernel+sh: real anonymous pipes (concurrent, streaming, SIGPIPE)user1-1/+8
5 daysterm: compute the OSK view offset from the cursor row (keep input visible)user1-0/+1
5 daysterm/osk: scroll region so the OSK never hides the input lineuser1-0/+1
5 daysosk: toggle-able on-screen keyboard on the window layeruser1-0/+1
6 daysfs rewrite stage 3: nested directories, paths, cwd (cd/mkdir/ls)user1-3/+8
6 daysfs rewrite stage 2: inodes + root directory (block-based, persistent)user1-11/+41
6 daysfs rewrite stage 1: persistent block device (bounce buffer, cart SRAM)user1-2/+20
6 daysjobs: background execution (&), non-blocking reap, spin demouser1-1/+2
6 dayskill + ps: implement SYS_KILL (pid 1 immortal) and a ps tooluser1-1/+10
6 daysshell: I/O redirection (>/<) and pipes (|); rewrite shell in Cuser1-1/+9
6 daysfilesystem: a RAM FS (WRAMX) + ls/cat/save/rm; wc/head read filesuser1-1/+29
6 daystools: wc, head, and an argc/argv demo (args) + libc.c helpersuser1-0/+3
6 dayslibc + CLI tools: a small C userlanduser1-1/+7
6 daysC toolchain: run SDCC-compiled C programs as gbos processesuser1-0/+1
6 dayswip: sys_read + serial console shell (read-store bug under investigation)user1-0/+2
6 dayskernel: complete the process lifecycle (exit/wait/reap + bank free list)user1-2/+2
6 dayskernel: implement exec()user1-0/+6
6 dayskernel: implement fork()user1-0/+2