65c816: note more things to fix
authorAlan Cox <alan@linux.intel.com>
Sat, 30 Sep 2017 18:20:15 +0000 (19:20 +0100)
committerAlan Cox <alan@linux.intel.com>
Sat, 30 Sep 2017 18:20:15 +0000 (19:20 +0100)
Kernel/platform-v65c816/README

index a7cf40b..9892100 100644 (file)
@@ -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
 --------------------------------------------------------------