File renamed to .md for support markdown.
authorMário Nunes <mariogar1979@gmail.com>
Fri, 28 Aug 2015 04:47:42 +0000 (01:47 -0300)
committerMário Nunes <mariogar1979@gmail.com>
Fri, 28 Aug 2015 04:47:42 +0000 (01:47 -0300)
Kernel/platform-plus3/README.md [moved from Kernel/platform-plus3/README with 93% similarity]

similarity index 93%
rename from Kernel/platform-plus3/README
rename to Kernel/platform-plus3/README.md
index c96f0a1..bf49f84 100644 (file)
@@ -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
-
-