From: Alan Cox Date: Mon, 30 Mar 2015 22:51:18 +0000 (+0100) Subject: nc100: declare location of font X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=588b9996b50cbdab4e46e5d2171e825986afbae1;p=FUZIX.git nc100: declare location of font Without this it gets put in the wrong place and binman then packs it wrongly for our crt0.s and we jump into the font not the C main.. --- diff --git a/Kernel/platform-nc100/crt0.s b/Kernel/platform-nc100/crt0.s index 9559b89d..3936ddaf 100644 --- a/Kernel/platform-nc100/crt0.s +++ b/Kernel/platform-nc100/crt0.s @@ -4,6 +4,7 @@ ; when they are first seen. .area _CODE .area _CODE2 + .area _FONT .area _VIDEO .area _CONST .area _DATA