From 91ba31afd5d391f730e4ca0e929b1419536940e9 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Tue, 25 Nov 2014 15:55:18 +0000 Subject: [PATCH] z80pack: link _DISCARD at 0xE000 --- Kernel/platform-z80pack/README | 3 ++- Kernel/platform-z80pack/uzi.lnk | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Kernel/platform-z80pack/README b/Kernel/platform-z80pack/README index db88c008..4ee0657c 100644 --- a/Kernel/platform-z80pack/README +++ b/Kernel/platform-z80pack/README @@ -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 diff --git a/Kernel/platform-z80pack/uzi.lnk b/Kernel/platform-z80pack/uzi.lnk index 37f7c208..0a727ec9 100644 --- a/Kernel/platform-z80pack/uzi.lnk +++ b/Kernel/platform-z80pack/uzi.lnk @@ -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 -- 2.34.1