mtx: move things about to allow space for unpack
authorAlan Cox <alan@linux.intel.com>
Sat, 13 Dec 2014 23:55:50 +0000 (23:55 +0000)
committerAlan Cox <alan@linux.intel.com>
Sat, 13 Dec 2014 23:55:50 +0000 (23:55 +0000)
Otherwise we fall over ourselves

Kernel/platform-mtx/kernel.def
Kernel/platform-mtx/uzi.lnk

index 66cb6d4..6ab7052 100644 (file)
@@ -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
index 45c2417..50c58a1 100644 (file)
@@ -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