From 5ba48a691f2c87d9724c5a34ae4c4cc6b75efd29 Mon Sep 17 00:00:00 2001 From: =?utf8?q?M=C3=A1rio=20Nunes?= Date: Fri, 28 Aug 2015 01:47:42 -0300 Subject: [PATCH] File renamed to .md for support markdown. --- Kernel/platform-plus3/{README => README.md} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) rename Kernel/platform-plus3/{README => README.md} (93%) 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 - - -- 2.34.1