From: Alan Cox Date: Mon, 20 Apr 2015 21:41:54 +0000 (+0100) Subject: zx128: we pre-initialize these X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b5619063c323e02d3080948da6a834596de8767a;p=FUZIX.git zx128: we pre-initialize these --- diff --git a/Kernel/platform-zx128/main.c b/Kernel/platform-zx128/main.c index 11726950..35acd631 100644 --- a/Kernel/platform-zx128/main.c +++ b/Kernel/platform-zx128/main.c @@ -9,9 +9,6 @@ uint16_t ramtop = PROGTOP; void pagemap_init(void) { - /* The live process also has 2 and the non running one 6 */ - pagemap_add(4); - pagemap_add(3); /* Swap */ swapmap_add(0); swapmap_add(1);