aboutsummaryrefslogtreecommitdiffstats
path: root/README.md (unfollow)
Commit message (Expand)AuthorFilesLines
3 daysdocs: drop the link-drop investigation writeupuser1-2/+0
3 dayshooks: clang-format pre-commit (changed lines only) + .clang-formatuser1-0/+1
3 daysdocs: concise README (networking + demo gif up front); internals.mduser1-344/+69
4 daysrefactor: c/ -> usr/, compiled program blobs out of the source treeuser1-10/+10
6 daysfs rewrite stage 3: nested directories, paths, cwd (cd/mkdir/ls)user1-6/+17
6 daysfs rewrite stage 2: inodes + root directory (block-based, persistent)user1-30/+26
6 daysfs rewrite stage 1: persistent block device (bounce buffer, cart SRAM)user1-1/+14
6 daysjobs: background execution (&), non-blocking reap, spin demouser1-0/+29
6 daysshell: I/O redirection (>/<) and pipes (|); rewrite shell in Cuser1-12/+25
6 daysfilesystem: a RAM FS (WRAMX) + ls/cat/save/rm; wc/head read filesuser1-4/+41
6 daystools: wc, head, and an argc/argv demo (args) + libc.c helpersuser1-12/+27
6 dayslibc + CLI tools: a small C userlanduser1-5/+35
6 daysC toolchain: run SDCC-compiled C programs as gbos processesuser1-1/+40
6 daysshell working: fix syscall ABI (trap clobbers HL) + documentuser1-2/+22
6 dayskernel: complete the process lifecycle (exit/wait/reap + bank free list)user1-2/+26
6 dayskernel: implement exec()user1-2/+21
6 dayskernel: implement fork()user1-2/+22