From: Will Sowerbutts Date: Fri, 6 Jan 2017 19:36:11 +0000 (+0000) Subject: Kernel: zeta-v2: Correct KERNTOP X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=80c9edfb62346a3bfd935ffcbb5970cc8f8cd5ed;p=FUZIX.git Kernel: zeta-v2: Correct KERNTOP --- diff --git a/Kernel/platform-zeta-v2/config.h b/Kernel/platform-zeta-v2/config.h index 374417df..06931839 100644 --- a/Kernel/platform-zeta-v2/config.h +++ b/Kernel/platform-zeta-v2/config.h @@ -24,7 +24,7 @@ #define PROGBASE 0x0000 /* also data base */ #define PROGLOAD 0x0100 /* also data base */ #define PROGTOP 0xF000 /* Top of program, base of U_DATA copy */ -#define KERNTOP 0xF000 /* Top of kernel (first 3 banks), base of shared bank */ +#define KERNTOP 0xC000 /* Top of kernel (first 3 banks), base of shared bank */ #define PROC_SIZE 64 /* Memory needed per process */ /* WRS: this is probably wrong -- we want to swap the full 64K minus the common code */