From 56dbddbbb3e5b0f5991e99b9dd4581f862228e0e Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 12 Feb 2015 01:48:05 +0000 Subject: [PATCH] zx128: update the mappings --- Kernel/platform-zx128/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.34.1