From: Mário Nunes Date: Fri, 28 Aug 2015 04:47:42 +0000 (-0300) Subject: File renamed to .md for support markdown. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=5ba48a691f2c87d9724c5a34ae4c4cc6b75efd29;p=FUZIX.git File renamed to .md for support markdown. --- diff --git a/Kernel/platform-plus3/README b/Kernel/platform-plus3/README.md similarity index 93% rename from Kernel/platform-plus3/README rename to Kernel/platform-plus3/README.md index c96f0a1d..bf49f849 100644 --- a/Kernel/platform-plus3/README +++ b/Kernel/platform-plus3/README.md @@ -1,14 +1,15 @@ -An FUZIX target for ZX Spectrum +2A/+3 +`An FUZIX target for ZX Spectrum +2A/+3` The +2A and +3 have the following choice of memory configurations on top of the standard 128K spectrum +``` 00 40 80 C0 conf0 [0] [1] [2] [3] conf1 [4] [5] [6] [7] conf2 [4] [5] [6] [3] conf3 [4] [7] [6] [3] - +```` That gives us a conventional low 0/1 and 4/5 for user space with the kernel using 2/3/6/7. @@ -25,5 +26,3 @@ together so it's effectively banked. Alternatively we could go with a single 64K swapping user space with kernel mapped normally at 4-7 (with screen hole at C000) and user at 0-3 and a small copied common in bank 3 and 7 - -