| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | jobs: background execution (&), non-blocking reap, spin demo | user | 6 days | 1 | -0/+7 |
| * | kill + ps: implement SYS_KILL (pid 1 immortal) and a ps tool | user | 6 days | 1 | -0/+16 |
| * | shell: I/O redirection (>/<) and pipes (|); rewrite shell in C | user | 6 days | 1 | -140/+41 |
| * | filesystem: a RAM FS (WRAMX) + ls/cat/save/rm; wc/head read files | user | 6 days | 1 | -0/+21 |
| * | tools: wc, head, and an argc/argv demo (args) + libc.c helpers | user | 6 days | 1 | -0/+21 |
| * | libc + CLI tools: a small C userland | user | 6 days | 1 | -3/+68 |
| * | C toolchain: run SDCC-compiled C programs as gbos processes | user | 6 days | 1 | -0/+13 |
| * | shell working: fix syscall ABI (trap clobbers HL) + document | user | 6 days | 1 | -1/+5 |
| * | wip: sys_read + serial console shell (read-store bug under investigation) | user | 6 days | 1 | -13/+153 |
| * | kernel: complete the process lifecycle (exit/wait/reap + bank free list) | user | 6 days | 1 | -35/+19 |
| * | kernel: implement exec() | user | 6 days | 1 | -0/+52 |
