aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* term: 7-color terminal (per-glyph fg+bg) + ANSI escapes; colorize ircuser7 days1-1/+1
* kernel: a real timer source (64 Hz tick IRQ) + uptime(1)user7 days1-1/+1
* refactor: c/ -> usr/, compiled program blobs out of the source treeuser7 days1-7/+9
* irc: a bitchx/irssi-style IRC clientuser8 days1-1/+1
* net: DHCP client - lease the IP at boot instead of hardcoding ituser8 days1-1/+1
* net: UDP sockets in the kernel + a DNS resolver (real hostname lookups)user8 days1-1/+1
* net: ping - GB-originated ICMP echo (a Game Boy pings the real internet)user8 days1-1/+1
* net: real IP stack, milestone A - ICMP echo (you can ping a Game Boy)user8 days1-1/+1
* net: chat client - async receive + OSK send over the link portuser8 days1-1/+1
* net: wget - real HTTP over the link port via the gatewayuser8 days1-1/+1
* net: SLIP framing over the link port + a host gateway (echo round-trip)user8 days1-1/+1
* kernel+sh: real anonymous pipes (concurrent, streaming, SIGPIPE)user8 days1-1/+1
* term/osk: scroll region so the OSK never hides the input lineuser9 days1-1/+1
* term: 40-column text terminal on the CGB LCD (4x8 dynamic tiles)user9 days1-1/+1
* fs rewrite stage 3: nested directories, paths, cwd (cd/mkdir/ls)user9 days1-1/+1
* fs rewrite stage 1: persistent block device (bounce buffer, cart SRAM)user9 days1-2/+2
* jobs: background execution (&), non-blocking reap, spin demouser9 days1-1/+1
* kill + ps: implement SYS_KILL (pid 1 immortal) and a ps tooluser9 days1-1/+1
* shell: I/O redirection (>/<) and pipes (|); rewrite shell in Cuser9 days1-1/+1
* filesystem: a RAM FS (WRAMX) + ls/cat/save/rm; wc/head read filesuser9 days1-1/+2
* tools: wc, head, and an argc/argv demo (args) + libc.c helpersuser9 days1-1/+4
* libc + CLI tools: a small C userlanduser9 days1-1/+2
* C toolchain: run SDCC-compiled C programs as gbos processesuser9 days1-0/+7
* gbos scaffold: working cooperative microkernel (verified ABAB in emulator)user9 days1-0/+34