aboutsummaryrefslogtreecommitdiffstats
path: root/usr/gbos.h (unfollow)
Commit message (Expand)AuthorFilesLines
4 dayskernel: a real timer source (64 Hz tick IRQ) + uptime(1)user1-0/+1
4 daysrefactor: c/ -> usr/, compiled program blobs out of the source treeuser1-0/+0
4 daysnet: SYS_POLLCON + larger console ring for link-injected inputuser1-0/+2
4 dayskernel: sys_sleep - a cooperative delay off the DIV timer (+ ping pacing)user1-0/+2
4 daysnet: proper socket API in the kernel (SYS_NET) - no more SLIP in userlanduser1-0/+1
5 daysnet: chat client - async receive + OSK send over the link portuser1-0/+2
5 daysnet: SLIP framing over the link port + a host gateway (echo round-trip)user1-0/+2
5 dayskernel+sh: real anonymous pipes (concurrent, streaming, SIGPIPE)user1-0/+1
5 daysfs: reject open()/read() on a directory (EISDIR)user1-0/+1
5 daysfs rewrite stage 3: nested directories, paths, cwd (cd/mkdir/ls)user1-0/+4
5 daysfs rewrite stage 2: inodes + root directory (block-based, persistent)user1-0/+1
5 daysfs rewrite stage 1: persistent block device (bounce buffer, cart SRAM)user1-0/+2
5 daysjobs: background execution (&), non-blocking reap, spin demouser1-0/+2
5 dayskill + ps: implement SYS_KILL (pid 1 immortal) and a ps tooluser1-0/+3
6 daysshell: I/O redirection (>/<) and pipes (|); rewrite shell in Cuser1-0/+8
6 daysfilesystem: a RAM FS (WRAMX) + ls/cat/save/rm; wc/head read filesuser1-0/+11
6 dayslibc: option parsing (hasflag/optval); wc -l/-w/-c, head -n Nuser1-0/+2
6 daystools: wc, head, and an argc/argv demo (args) + libc.c helpersuser1-0/+5
6 dayslibc + CLI tools: a small C userlanduser1-5/+11
6 daysC toolchain: run SDCC-compiled C programs as gbos processesuser1-0/+9