trs80: no need to copy the istack now
authorAlan Cox <alan@linux.intel.com>
Sun, 31 May 2015 16:00:23 +0000 (17:00 +0100)
committerAlan Cox <alan@linux.intel.com>
Sun, 31 May 2015 16:00:23 +0000 (17:00 +0100)
Kernel/platform-trs80/kernel.def

index 3640536..35e6327 100644 (file)
@@ -1,9 +1,9 @@
 ; UZI mnemonics for memory addresses etc
 
 U_DATA                      .equ 0xE800       ; (this is struct u_data from kernel.h)
-U_DATA__TOTALSIZE           .equ 0x300        ; 256+256+256 bytes.
+U_DATA__TOTALSIZE           .equ 0x200        ; 256+256 (we don't save istack)
 
-U_DATA_STASH               .equ 0x7D00       ; BD00-BFFF
+U_DATA_STASH               .equ 0x7D00       ; BD00-BEFF
 
 PROGBASE                   .equ 0x0000
 PROGLOAD                   .equ 0x0100