From: Alan Cox Date: Sun, 27 Jan 2019 21:25:30 +0000 (+0000) Subject: sc108: 512 bytes for the udata save X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=7f46c692414b2e58ada1a28684e3dd49d894ccdf;p=FUZIX.git sc108: 512 bytes for the udata save Nasty because the wrong size scribbles over a buffer beyond tmpbuf if it is wrong. --- diff --git a/Kernel/platform-sc108/kernel.def b/Kernel/platform-sc108/kernel.def index 20988a3a..3ccb1feb 100644 --- a/Kernel/platform-sc108/kernel.def +++ b/Kernel/platform-sc108/kernel.def @@ -1,7 +1,7 @@ ; FUZIX mnemonics for memory addresses etc U_DATA .equ 0xF000 ; (this is struct u_data from kernel.h) -U_DATA__TOTALSIZE .equ 0x300 ; 256+256+256 bytes. +U_DATA__TOTALSIZE .equ 0x200 ; 256+256 bytes Z80_TYPE .equ 0 ; CMOS Z80_MMU_HOOKS .equ 0