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