aboutsummaryrefslogtreecommitdiffstats
path: root/src/boot.asm (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel+sh: real anonymous pipes (concurrent, streaming, SIGPIPE)user2026-07-171-0/+1
* osk: toggle-able on-screen keyboard on the window layeruser2026-07-161-0/+1
* syscall: mirror console output to the LCD terminaluser2026-07-161-1/+1
* term: cursor + O(1) line scrollinguser2026-07-161-1/+1
* term: 40-column text terminal on the CGB LCD (4x8 dynamic tiles)user2026-07-161-0/+2
* fs rewrite stage 2: inodes + root directory (block-based, persistent)user2026-07-161-2/+1
* fs rewrite stage 1: persistent block device (bounce buffer, cart SRAM)user2026-07-161-1/+8
* filesystem: a RAM FS (WRAMX) + ls/cat/save/rm; wc/head read filesuser2026-07-161-0/+1
* kernel: implement fork()user2026-07-151-9/+3
* gbos scaffold: working cooperative microkernel (verified ABAB in emulator)user2026-07-151-0/+90