From: Alan Cox Date: Mon, 26 Nov 2018 12:19:47 +0000 (+0000) Subject: zxdiv: align font so we can optimize the print routines X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=4084962808865e14668a8ba6515b9dbfa1ad0a28;p=FUZIX.git zxdiv: align font so we can optimize the print routines --- diff --git a/Kernel/platform-zxdiv/crt0.s b/Kernel/platform-zxdiv/crt0.s index 3e4caa8f..5e8b28bf 100644 --- a/Kernel/platform-zxdiv/crt0.s +++ b/Kernel/platform-zxdiv/crt0.s @@ -30,9 +30,10 @@ ; .area _CODE1 .area _CODE2 + ; We start this bank with FONT so that we have it aligned + .area _FONT .area _CODE3 .area _VIDEO - .area _FONT ; Discard is dumped in at 0x8000 and will be blown away later. .area _DISCARD diff --git a/Kernel/platform-zxdiv/fuzix.lnk b/Kernel/platform-zxdiv/fuzix.lnk index aa5f62af..4e65d77e 100644 --- a/Kernel/platform-zxdiv/fuzix.lnk +++ b/Kernel/platform-zxdiv/fuzix.lnk @@ -6,7 +6,7 @@ -b _BUFFERS=0x6000 -b _CODE1=0xC000 -b _CODE2=0xC000 --b _CODE3=0xC000 +-b _FONT=0xC000 -b _DISCARD=0x8400 -b BOOT1FEC=0x1FEC -b BOOT1FF7=0x1FF7