aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* filesystem: a RAM FS (WRAMX) + ls/cat/save/rm; wc/head read filesuser9 days1-1/+29
* tools: wc, head, and an argc/argv demo (args) + libc.c helpersuser9 days1-0/+3
* libc + CLI tools: a small C userlanduser9 days1-1/+7
* C toolchain: run SDCC-compiled C programs as gbos processesuser9 days1-0/+1
* wip: sys_read + serial console shell (read-store bug under investigation)user9 days1-0/+2
* kernel: complete the process lifecycle (exit/wait/reap + bank free list)user9 days1-2/+2
* kernel: implement exec()user9 days1-0/+6
* kernel: implement fork()user9 days1-0/+2
* gbos scaffold: working cooperative microkernel (verified ABAB in emulator)user9 days1-0/+86