Kernel: zeta-v2: Correct KERNTOP
authorWill Sowerbutts <will@sowerbutts.com>
Fri, 6 Jan 2017 19:36:11 +0000 (19:36 +0000)
committerWill Sowerbutts <will@sowerbutts.com>
Sun, 8 Jan 2017 23:05:11 +0000 (23:05 +0000)
Kernel/platform-zeta-v2/config.h

index 374417d..0693183 100644 (file)
@@ -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 */