aboutsummaryrefslogtreecommitdiffstats
path: root/src/boot.asm (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: proper socket API in the kernel (SYS_NET) - no more SLIP in userlanduser13 days1-0/+1
* kernel+sh: real anonymous pipes (concurrent, streaming, SIGPIPE)user14 days1-0/+1
* osk: toggle-able on-screen keyboard on the window layeruser14 days1-0/+1
* syscall: mirror console output to the LCD terminaluser14 days1-1/+1
* term: cursor + O(1) line scrollinguser14 days1-1/+1
* term: 40-column text terminal on the CGB LCD (4x8 dynamic tiles)user14 days1-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