aboutsummaryrefslogtreecommitdiffstats
path: root/src/programs.asm (unfollow)
Commit message (Expand)AuthorFilesLines
5 daysnet: ping - GB-originated ICMP echo (a Game Boy pings the real internet)user1-0/+7
5 daysnet: real IP stack, milestone A - ICMP echo (you can ping a Game Boy)user1-0/+7
5 daysnet: chat client - async receive + OSK send over the link portuser1-0/+7
5 daysnet: wget - real HTTP over the link port via the gatewayuser1-0/+7
5 daysnet: SLIP framing over the link port + a host gateway (echo round-trip)user1-0/+7
5 dayskernel+sh: real anonymous pipes (concurrent, streaming, SIGPIPE)user1-0/+7
5 daysterm/osk: scroll region so the OSK never hides the input lineuser1-0/+7
6 daysfs rewrite stage 3: nested directories, paths, cwd (cd/mkdir/ls)user1-0/+7
6 daysfs rewrite stage 1: persistent block device (bounce buffer, cart SRAM)user1-0/+7
6 daysjobs: background execution (&), non-blocking reap, spin demouser1-0/+7
6 dayskill + ps: implement SYS_KILL (pid 1 immortal) and a ps tooluser1-0/+16
6 daysshell: I/O redirection (>/<) and pipes (|); rewrite shell in Cuser1-140/+41
6 daysfilesystem: a RAM FS (WRAMX) + ls/cat/save/rm; wc/head read filesuser1-0/+21
6 daystools: wc, head, and an argc/argv demo (args) + libc.c helpersuser1-0/+21
6 dayslibc + CLI tools: a small C userlanduser1-3/+68
6 daysC toolchain: run SDCC-compiled C programs as gbos processesuser1-0/+13
6 daysshell working: fix syscall ABI (trap clobbers HL) + documentuser1-1/+5
6 dayswip: sys_read + serial console shell (read-store bug under investigation)user1-13/+153
6 dayskernel: complete the process lifecycle (exit/wait/reap + bank free list)user1-35/+19
6 dayskernel: implement exec()user1-0/+52