aboutsummaryrefslogtreecommitdiffstats
path: root/include/gbos.inc (follow)
Commit message (Expand)AuthorAgeFilesLines
* kill + ps: implement SYS_KILL (pid 1 immortal) and a ps tooluser2026-07-161-1/+10
* shell: I/O redirection (>/<) and pipes (|); rewrite shell in Cuser2026-07-161-1/+9
* filesystem: a RAM FS (WRAMX) + ls/cat/save/rm; wc/head read filesuser2026-07-161-1/+29
* tools: wc, head, and an argc/argv demo (args) + libc.c helpersuser2026-07-161-0/+3
* libc + CLI tools: a small C userlanduser2026-07-161-1/+7
* C toolchain: run SDCC-compiled C programs as gbos processesuser2026-07-161-0/+1
* wip: sys_read + serial console shell (read-store bug under investigation)user2026-07-161-0/+2
* kernel: complete the process lifecycle (exit/wait/reap + bank free list)user2026-07-161-2/+2
* kernel: implement exec()user2026-07-161-0/+6
* kernel: implement fork()user2026-07-151-0/+2
* gbos scaffold: working cooperative microkernel (verified ABAB in emulator)user2026-07-151-0/+86