From f907070d78c2fbd53c699511a4eb1b2da89cb971 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 20 May 2017 16:58:26 +0100 Subject: [PATCH] v68: update documentation on state --- Kernel/platform-v68/README | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 2.34.1