aboutsummaryrefslogtreecommitdiffstats
path: root/src/tty.asm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* gbos scaffold: working cooperative microkernel (verified ABAB in emulator)user6 days1-0/+15
- fix ClearKernelRAM clobbering the kernel stack (only clear $C000-$CBFF) - fix SyscallTrap clobbering DE (buffer arg) during table dispatch - README: run via ~/dev/gbc --headless; note bring-up bugs