From: Alan Cox Date: Tue, 2 Jan 2018 19:22:32 +0000 (+0000) Subject: v65c816: update notes X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=8b9856403cec706a1e949d37a1ec427052d3be73;p=FUZIX.git v65c816: update notes --- diff --git a/Kernel/platform-v65c816/README b/Kernel/platform-v65c816/README index 7b598f33..2ba03d85 100644 --- a/Kernel/platform-v65c816/README +++ b/Kernel/platform-v65c816/README @@ -36,11 +36,13 @@ the emulator. TODO ---- -- Fix brk() checking [right now its busted entirely] +- Test revized brk() checking - Add swap logic - Relocatable binaries - cc65 stubs optimized for 65c816 - debug and properly implement abort/brk handlers to kill process etc +- crt0 entry stacking of ZP state in user +- video/console support - switch to partition supporting block I/O as we have space for it Optimisations We Need To Do