aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: keep network packets out of the console (fixes shell garbage on netboot)user2026-07-172-0/+4
* tools: netboot - interactive networked emulator (TUN + NAT + --serial-sock)user2026-07-171-0/+128
* net: real routed IP via SLIP<->TUN bridge (you can *ping* a Game Boy)user2026-07-171-0/+127
* net: IP stack milestone B - UDP echo (pseudo-header checksum)user2026-07-171-1/+27
* net: real IP stack, milestone A - ICMP echo (you can ping a Game Boy)user2026-07-171-35/+134
* net: chat client - async receive + OSK send over the link portuser2026-07-171-2/+14
* net: wget - real HTTP over the link port via the gatewayuser2026-07-171-21/+45
* net: SLIP framing over the link port + a host gateway (echo round-trip)user2026-07-171-0/+69
* font: full mixed-case + punctuation glyph set (not uppercase-only)user2026-07-161-95/+106
* term: 40-column text terminal on the CGB LCD (4x8 dynamic tiles)user2026-07-162-0/+121