zxdiv: align font so we can optimize the print routines
authorAlan Cox <alan@linux.intel.com>
Mon, 26 Nov 2018 12:19:47 +0000 (12:19 +0000)
committerAlan Cox <alan@linux.intel.com>
Mon, 26 Nov 2018 12:19:47 +0000 (12:19 +0000)
Kernel/platform-zxdiv/crt0.s
Kernel/platform-zxdiv/fuzix.lnk

index 3e4caa8..5e8b28b 100644 (file)
        ;
         .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
index aa5f62a..4e65d77 100644 (file)
@@ -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