From ee2bf95b4aee4992fbaf6c6b5d957d383915b54b Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Tue, 16 Dec 2014 18:36:08 +0000 Subject: [PATCH] mtx: allow some more space during boot by moving _DISCARD a bit --- Kernel/platform-mtx/uzi.lnk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Kernel/platform-mtx/uzi.lnk b/Kernel/platform-mtx/uzi.lnk index 50c58a1c..2310247f 100644 --- a/Kernel/platform-mtx/uzi.lnk +++ b/Kernel/platform-mtx/uzi.lnk @@ -2,7 +2,7 @@ -i uzi.ihx -b _CODE=0x0100 -b _COMMONMEM=0xF000 --b _DISCARD=0xD000 +-b _DISCARD=0xD800 -l z80 platform-mtx/crt0.rel platform-mtx/commonmem.rel @@ -32,6 +32,7 @@ syscall_other.rel tty.rel vt.rel platform-mtx/vdp.rel +font6x8.rel mm.rel bankfixed.rel swap.rel -- 2.34.1