aboutsummaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Expand)AuthorAgeFilesLines
* term/osk: scroll region so the OSK never hides the input lineuser2026-07-161-0/+16
* sh: handle backspace in readline; prompt is now '#'user2026-07-161-1/+5
* fs: reject open()/read() on a directory (EISDIR)user2026-07-165-6/+8
* fs rewrite stage 3: nested directories, paths, cwd (cd/mkdir/ls)user2026-07-165-3/+77
* fs rewrite stage 2: inodes + root directory (block-based, persistent)user2026-07-164-7/+14
* fs rewrite stage 1: persistent block device (bounce buffer, cart SRAM)user2026-07-163-0/+29
* jobs: background execution (&), non-blocking reap, spin demouser2026-07-164-7/+38
* kill + ps: implement SYS_KILL (pid 1 immortal) and a ps tooluser2026-07-164-0/+47
* shell: I/O redirection (>/<) and pipes (|); rewrite shell in Cuser2026-07-163-16/+158
* filesystem: a RAM FS (WRAMX) + ls/cat/save/rm; wc/head read filesuser2026-07-168-21/+139
* libc: option parsing (hasflag/optval); wc -l/-w/-c, head -n Nuser2026-07-164-15/+47
* tools: wc, head, and an argc/argv demo (args) + libc.c helpersuser2026-07-167-8/+89
* libc + CLI tools: a small C userlanduser2026-07-169-34/+102
* C toolchain: run SDCC-compiled C programs as gbos processesuser2026-07-165-0/+103