aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* demo: boot the SL0PBOY-forked BIOS in the README gifHEADmasteruser3 days3-4/+6
* term+libc: batched write rendering - one tile render per write(), 2.3x linesuser3 days5-10/+151
* demo: boot through the CGB BIOS + double-speed ROM in the README gifuser3 days3-3/+10
* kernel: CGB double-speed mode - 2x everything (1.99x measured)user3 days4-6/+31
* term: latch SCY in VBlank - fix ring-scroll shear on live displaysuser3 days4-6/+27
* term: SCY ring-scroll - scroll writes ONE map row; OSK toggle is 212 cyclesuser3 days3-77/+112
* term: 3 more renderer wins - 10.9x scroll, 2.7x putc vs pre-cacheuser3 days2-101/+144
* term: cache tile attrs in COL_BUF's spare stride bytes (3.5x scroll)user3 days1-28/+38
* docs: drop the link-drop investigation writeupuser3 days2-138/+0
* hooks: clang-format pre-commit (changed lines only) + .clang-formatuser3 days3-0/+69
* docs: concise README (networking + demo gif up front); internals.mduser3 days2-344/+308
* tools: gbdemo - scripted, screen-synced demo driver (+ the README demo)user3 days3-0/+353
* term: 7-color terminal (per-glyph fg+bg) + ANSI escapes; colorize ircuser3 days9-91/+907
* kernel: a real timer source (64 Hz tick IRQ) + uptime(1)user3 days13-10/+132
* kernel: dmesg-style boot spew before init spawnsuser4 days5-2/+330
* refactor: c/ -> usr/, compiled program blobs out of the source treeuser4 days41-56/+57
* tools: gbtype prints hub errors to stderr and exits 1user4 days1-1/+5
* net: reject out-of-order TCP segments (accept only seq == rcv_nxt, re-ACK dups)user4 days1-0/+46
* term: dark mode - black background, white text (OSK highlight inverts to match)user4 days2-12/+17
* irc: keep the keyboard live during RX floods (poll input every pass)user4 days1-7/+13
* irc: strip mIRC formatting, drop 004/005 noise, fix a RAM-bank-swap landmineuser4 days1-1/+42
* gbhub: control socket + gbtype to inject shell input without the OSKuser4 days2-3/+153
* irc: a bitchx/irssi-style IRC clientuser4 days4-1/+384
* net: SYS_POLLCON + larger console ring for link-injected inputuser4 days6-5/+30
* net: fix truncated TCP field offsets corrupting multi-segment recvuser4 days1-4/+10
* docs: link-drop investigation resolved - drops are self-healing nowuser4 days1-160/+106
* gbhub: make GB drops attributable, not spookyuser4 days1-5/+15
* net: unbreak ping against hosts that intermittently drop ICMPuser4 days4-4/+77
* docs: investigation notes for the idle link-socket drop (open bug)user4 days1-0/+190
* net: ping resolves hostnames (ping sl0p.foo, not just ping 1.2.3.4)user4 days1-21/+15
* net: pump the network from the console wait (answer pings at the prompt)user4 days3-42/+85
* tools: gbhub --daemon + gbjoin - interactive multi-Game-Boy networkinguser4 days2-20/+87
* tools: gbhub - many Game Boys on one network (DHCP pool + inter-GB routing)user4 days1-0/+166
* cleanup: drop c/tcp.c (old userland-SLIP TCP client, superseded by kernel TCP...user4 days1-107/+0
* net: DHCP client - lease the IP at boot instead of hardcoding ituser4 days10-34/+360
* kernel: sys_sleep - a cooperative delay off the DIV timer (+ ping pacing)user4 days7-2/+67
* net: keep network packets out of the console (fixes shell garbage on netboot)user4 days4-0/+28
* tools: netboot - interactive networked emulator (TUN + NAT + --serial-sock)user4 days1-0/+128
* net: wget-by-hostname + shared DNS resolver (a Game Boy fetches example.com)user4 days3-96/+109
* net: TCP sockets in the kernel - a Game Boy fetches HTTP over real TCPuser4 days2-22/+720
* net: UDP sockets in the kernel + a DNS resolver (real hostname lookups)user4 days6-22/+424
* net: proper socket API in the kernel (SYS_NET) - no more SLIP in userlanduser4 days9-140/+872
* net: ping - GB-originated ICMP echo (a Game Boy pings the real internet)user4 days4-1/+109
* net: real routed IP via SLIP<->TUN bridge (you can *ping* a Game Boy)user5 days1-0/+127
* net: IP stack milestone B - UDP echo (pseudo-header checksum)user5 days2-31/+88
* net: real IP stack, milestone A - ICMP echo (you can ping a Game Boy)user5 days5-36/+190
* net: chat client - async receive + OSK send over the link portuser5 days9-5/+127
* net: wget - real HTTP over the link port via the gatewayuser5 days7-54/+112
* net: SLIP framing over the link port + a host gateway (echo round-trip)user5 days9-3/+184
* pipe: PIPE_MAX 2->4 (5-stage pipelines) + fix cross-yield byte corruptionuser5 days2-10/+23