From: Alan Cox Date: Sat, 4 Feb 2017 23:29:38 +0000 (+0000) Subject: v68: note bits to sort out X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=2435781c5462c7488f64dc622f0443ec5db7eab5;p=FUZIX.git v68: note bits to sort out --- diff --git a/Kernel/platform-v68/README b/Kernel/platform-v68/README index ce2e1bfd..b45b0f74 100644 --- a/Kernel/platform-v68/README +++ b/Kernel/platform-v68/README @@ -12,10 +12,10 @@ TODO: may be worth running the slightly bigger 'Heritage' /bin/sh with SYS5 type features instead - date gives bogus results, probably some sizing issues -- signal handling needs further testing +- signal handling needs further testing (disabled on IRQ path currently) - copy exception/trap frames onto user stack along with trap identifiers so we can support stuff like CP/M68K emulators. -- pre-emption needs more testing +- pre-emption needs more testing (also disabled on IRQ path currently) - support multiple IRQ sources and IRQ priority nesting when appropriate - enable IRQ during swap on context switch - optimize swap out/in. With bigger amounts of RAM we want to be smarter