From 62977a515c627f2259e2fe19ea615b1c39981e49 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 30 Sep 2017 19:20:15 +0100 Subject: [PATCH] 65c816: note more things to fix --- Kernel/platform-v65c816/README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -------------------------------------------------------------- -- 2.34.1