From: Alan Cox Date: Thu, 19 Feb 2015 11:35:08 +0000 (+0000) Subject: zx128: update main for final memory mappings X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=002c0b96227e36595f235b85048f87e5201523dd;p=FUZIX.git zx128: update main for final memory mappings --- 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); }