sc108: 512 bytes for the udata save
authorAlan Cox <alan@linux.intel.com>
Sun, 27 Jan 2019 21:25:30 +0000 (21:25 +0000)
committerAlan Cox <alan@linux.intel.com>
Sun, 27 Jan 2019 21:25:30 +0000 (21:25 +0000)
Nasty because the wrong size scribbles over a buffer beyond tmpbuf if it
is wrong.

Kernel/platform-sc108/kernel.def

index 20988a3..3ccb1fe 100644 (file)
@@ -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