From 002c0b96227e36595f235b85048f87e5201523dd Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 19 Feb 2015 11:35:08 +0000 Subject: [PATCH] zx128: update main for final memory mappings --- Kernel/platform-zx128/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Kernel/platform-zx128/main.c b/Kernel/platform-zx128/main.c index bd4ffcb5..bc79fe3b 100644 --- a/Kernel/platform-zx128/main.c +++ b/Kernel/platform-zx128/main.c @@ -8,8 +8,8 @@ uint16_t ramtop = PROGTOP; void pagemap_init(void) { - /* The live process also has 2 and the non running one 4 */ - pagemap_add(6); + /* The live process also has 2 and the non running one 6 */ + pagemap_add(4); pagemap_add(3); } -- 2.34.1