From: Alan Cox Date: Thu, 12 Feb 2015 01:48:05 +0000 (+0000) Subject: zx128: update the mappings X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=56dbddbbb3e5b0f5991e99b9dd4581f862228e0e;p=FUZIX.git zx128: update the mappings --- diff --git a/Kernel/platform-zx128/main.c b/Kernel/platform-zx128/main.c index 08e831fc..fa2a9f86 100644 --- a/Kernel/platform-zx128/main.c +++ b/Kernel/platform-zx128/main.c @@ -8,7 +8,7 @@ uint16_t ramtop = PROGTOP; void pagemap_init(void) { - uint8_t pages[] = { 1, 3, 4, 6, 7 }; + uint8_t pages[] = { 6, 4, 3, 2 }; uint8_t i; for (i = 0; i < sizeof(pages); i++) pagemap_add(i);