From 900544313c4e5ea5d3f3076731d934dafd724bac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20GIBERT?= Date: Fri, 25 May 2018 21:29:29 +0200 Subject: [PATCH] Kernel 0.9.1 : KERNEL, Preemtive mode. --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6f61a064..53cab589 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you want to enable preemptive mode, all you need is a "tick" source to get 'V Then you must explicitly ENABLE it using KCONFIG utility. (see screenshot below) -You can monitor the kernel state on the 'SYS' screen (OA-1, or SHIFT-OA-1 on french keyboards) and look at the upper right corner, ytou should see a blincking 'P', 'V' or 'C', showing you the current kernel state.. +You can monitor the kernel state on the 'SYS' screen (OA-1, or SHIFT-OA-1 on french keyboards) and look at the upper right corner, you should see a blincking 'P', 'V' or 'C', showing you the current kernel state.. If you enabled preemptive mode, you should see an additional blinking 'S', each time the kernel switch from one PS to another. @@ -70,10 +70,12 @@ Kernel 0.9.1 stable enough to resume building. | Hardware | Resolution | Status | Comment | | -------------------------| ---------- | ----------- | ------- | -| //c,//c+,IIgs Mouse port | 50/50 Hz | Working | Supported at Kernel level, no conflict with GUI's Mouse.DRV (not required to be loaded), requires setting "Machine Timing" properly in KConfig Utility | -| IIe Mouse Card | 50/50 Hz | Working | (same as above) | +| //c,//c+,IIgs Mouse port | 50/60 Hz | Working | Supported at Kernel level, no conflict with GUI's Mouse.DRV (not required to be loaded), requires setting "Machine Timing" properly in KConfig Utility | +| IIe Mouse Card | 50/60 Hz | Working | (same as above) | | ThunderClock Plus | 64 Hz | Working | gave up fixing this faulty H/W, thanx to JACE emulator! | -| ... Any suggestion ? | | | | +| Super Serial Card | ? | Idea, from EtchedPixels | #31 | +| MockingBoard | ? | Idea, from Michael | | +| ... Any Other suggestion ? | | | | ## !!!HELP NEEDED!!!