From: Alan Cox Date: Sat, 30 Sep 2017 18:20:15 +0000 (+0100) Subject: 65c816: note more things to fix X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=62977a515c627f2259e2fe19ea615b1c39981e49;p=FUZIX.git 65c816: note more things to fix --- diff --git a/Kernel/platform-v65c816/README b/Kernel/platform-v65c816/README index a7cf40bc..9892100d 100644 --- a/Kernel/platform-v65c816/README +++ b/Kernel/platform-v65c816/README @@ -36,13 +36,16 @@ the emulator. TODO ---- -- Debug initial sketches +- Debug fork and task switching - Fix brk() checking [right now its busted entirely] - Make discard sane so we can discard for buffers - Test signal handling paths +- Fix signal when not loaded at PROGBASE - Fix execl() execle() in userspace (so init can be fully tested) - Add pre-emption logic to the interrupt return path - Add swap logic +- Relocatable binaries +- cc65 stubs optimized for 65c816 Optimisations We Need To Do --------------------------------------------------------------