From: Alan Cox Date: Sat, 20 May 2017 15:58:26 +0000 (+0100) Subject: v68: update documentation on state X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=f907070d78c2fbd53c699511a4eb1b2da89cb971;p=FUZIX.git v68: update documentation on state --- diff --git a/Kernel/platform-v68/README b/Kernel/platform-v68/README index b45b0f74..b370b455 100644 --- a/Kernel/platform-v68/README +++ b/Kernel/platform-v68/README @@ -8,13 +8,12 @@ uses a pure swap model and dumps userspace apps at 0x20000-0x2FFFF which is a quick getting started hack to debug all the user issues. TODO: -- bourne shell crashes when you type a command (known to have 16bit-isms, +- bourne shell crashes on exit (known to have 16bit-isms, 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 (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. + so we can support stuff like CP/M 68K and TOS emulators. - 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