aboutsummaryrefslogtreecommitdiffstats
path: root/src/boot.asm (unfollow)
Commit message (Expand)AuthorFilesLines
3 daysterm: latch SCY in VBlank - fix ring-scroll shear on live displaysuser1-3/+18
4 dayskernel: a real timer source (64 Hz tick IRQ) + uptime(1)user1-3/+11
4 dayskernel: dmesg-style boot spew before init spawnsuser1-2/+13
5 daysnet: proper socket API in the kernel (SYS_NET) - no more SLIP in userlanduser1-0/+1
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