From: Alan Cox Date: Sat, 13 Dec 2014 23:55:50 +0000 (+0000) Subject: mtx: move things about to allow space for unpack X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=eabfbe89e28abe7d9e1a98acfbaf4e41dfca4b0a;p=FUZIX.git mtx: move things about to allow space for unpack Otherwise we fall over ourselves --- diff --git a/Kernel/platform-mtx/kernel.def b/Kernel/platform-mtx/kernel.def index 66cb6d40..6ab70521 100644 --- a/Kernel/platform-mtx/kernel.def +++ b/Kernel/platform-mtx/kernel.def @@ -1,6 +1,6 @@ ; UZI mnemonics for memory addresses etc -U_DATA .equ 0xC000 ; (this is struct u_data from kernel.h) +U_DATA .equ 0xF000 ; (this is struct u_data from kernel.h) U_DATA__TOTALSIZE .equ 0x300 ; 256+256+256 bytes. U_DATA_STASH .equ 0xBD00 ; BD00-BFFF diff --git a/Kernel/platform-mtx/uzi.lnk b/Kernel/platform-mtx/uzi.lnk index 45c24177..50c58a1c 100644 --- a/Kernel/platform-mtx/uzi.lnk +++ b/Kernel/platform-mtx/uzi.lnk @@ -1,7 +1,8 @@ -mwxuy -i uzi.ihx -b _CODE=0x0100 --b _COMMONMEM=0xC000 +-b _COMMONMEM=0xF000 +-b _DISCARD=0xD000 -l z80 platform-mtx/crt0.rel platform-mtx/commonmem.rel