z80pack: link _DISCARD at 0xE000
authorAlan Cox <alan@etchedpixels.co.uk>
Tue, 25 Nov 2014 15:55:18 +0000 (15:55 +0000)
committerAlan Cox <alan@etchedpixels.co.uk>
Tue, 25 Nov 2014 15:55:18 +0000 (15:55 +0000)
Kernel/platform-z80pack/README
Kernel/platform-z80pack/uzi.lnk

index db88c00..4ee0657 100644 (file)
@@ -9,6 +9,7 @@ Bank 0:
 0081-0084      Saved CP/M command info
 0088           UZI kernel start
 ????           UZI kernel end ~= A000
+E000           Discard (blown away by user processes)
 End of kernel: Common >= 0xF000
                uarea
                uarea stack
@@ -39,4 +40,4 @@ dd the kernel image to offset 199680
 
 ie
 
-dd if=fuzix.bin of=drivea.cpm bs=1 seek=199680 conv=nontruc
+dd if=fuzix.bin of=drivea.cpm bs=1 seek=199680 conv=notrunc
index 37f7c20..0a727ec 100644 (file)
@@ -2,6 +2,7 @@
 -i uzi.ihx
 -b _CODE=0x0088
 -b _COMMONMEM=0xF000
+-b _DISCARD=0xE000
 -l z80
 platform-z80pack/crt0.rel
 platform-z80pack/commonmem.rel