aboutsummaryrefslogtreecommitdiffstats
path: root/src/boot.asm (unfollow)
Commit message (Expand)AuthorFilesLines
2026-07-16osk: toggle-able on-screen keyboard on the window layeruser1-0/+1
2026-07-16syscall: mirror console output to the LCD terminaluser1-1/+1
2026-07-16term: cursor + O(1) line scrollinguser1-1/+1
2026-07-16term: 40-column text terminal on the CGB LCD (4x8 dynamic tiles)user1-0/+2
2026-07-16fs rewrite stage 2: inodes + root directory (block-based, persistent)user1-2/+1
2026-07-16fs rewrite stage 1: persistent block device (bounce buffer, cart SRAM)user1-1/+8
2026-07-16filesystem: a RAM FS (WRAMX) + ls/cat/save/rm; wc/head read filesuser1-0/+1
2026-07-15kernel: implement fork()user1-9/+3