From 80c9edfb62346a3bfd935ffcbb5970cc8f8cd5ed Mon Sep 17 00:00:00 2001 From: Will Sowerbutts Date: Fri, 6 Jan 2017 19:36:11 +0000 Subject: [PATCH] Kernel: zeta-v2: Correct KERNTOP --- Kernel/platform-zeta-v2/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.34.1