aboutsummaryrefslogtreecommitdiffstats
path: root/src/boot.asm (unfollow)
Commit message (Expand)AuthorFilesLines
5 dayskernel+sh: real anonymous pipes (concurrent, streaming, SIGPIPE)user1-0/+1
5 daysosk: toggle-able on-screen keyboard on the window layeruser1-0/+1
5 dayssyscall: mirror console output to the LCD terminaluser1-1/+1
5 daysterm: cursor + O(1) line scrollinguser1-1/+1
5 daysterm: 40-column text terminal on the CGB LCD (4x8 dynamic tiles)user1-0/+2
6 daysfs rewrite stage 2: inodes + root directory (block-based, persistent)user1-2/+1
6 daysfs rewrite stage 1: persistent block device (bounce buffer, cart SRAM)user1-1/+8
6 daysfilesystem: a RAM FS (WRAMX) + ls/cat/save/rm; wc/head read filesuser1-0/+1
6 dayskernel: implement fork()user1-9/+3