aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* osk: wrap the cursor around all four edgesuser5 days1-19/+27
* osk: toggle-able on-screen keyboard on the window layeruser5 days7-7/+412
* syscall: mirror console output to the LCD terminaluser5 days3-2/+18
* term: cursor + O(1) line scrollinguser5 days2-209/+455
* font: full mixed-case + punctuation glyph set (not uppercase-only)user5 days3-197/+208
* term: 40-column text terminal on the CGB LCD (4x8 dynamic tiles)user5 days6-1/+604
* fs: reject open()/read() on a directory (EISDIR)user6 days6-6/+18
* fs rewrite stage 3: nested directories, paths, cwd (cd/mkdir/ls)user6 days13-49/+463
* fs rewrite stage 2: inodes + root directory (block-based, persistent)user6 days10-308/+697
* fs rewrite stage 1: persistent block device (bounce buffer, cart SRAM)user6 days10-6/+243
* jobs: background execution (&), non-blocking reap, spin demouser6 days9-9/+135
* kill + ps: implement SYS_KILL (pid 1 immortal) and a ps tooluser6 days10-5/+260
* shell: I/O redirection (>/<) and pipes (|); rewrite shell in Cuser6 days10-184/+386
* filesystem: a RAM FS (WRAMX) + ls/cat/save/rm; wc/head read filesuser6 days16-29/+697
* libc: option parsing (hasflag/optval); wc -l/-w/-c, head -n Nuser6 days4-15/+47
* tools: wc, head, and an argc/argv demo (args) + libc.c helpersuser6 days11-21/+144
* libc + CLI tools: a small C userlanduser6 days13-44/+214
* C toolchain: run SDCC-compiled C programs as gbos processesuser6 days10-1/+165
* shell working: fix syscall ABI (trap clobbers HL) + documentuser6 days2-3/+27
* wip: sys_read + serial console shell (read-store bug under investigation)user6 days4-72/+179
* kernel: complete the process lifecycle (exit/wait/reap + bank free list)user6 days8-80/+353
* kernel: implement exec()user6 days6-27/+145
* kernel: implement fork()user6 days7-29/+273
* gbos scaffold: working cooperative microkernel (verified ABAB in emulator)user6 days12-0/+878