From: Alan Cox Date: Tue, 19 Feb 2019 14:35:14 +0000 (+0000) Subject: nc100: fix weird crash caused by _HOME segment X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=28a69d9ed0440441ac23d328586fa6643a61e630;p=FUZIX.git nc100: fix weird crash caused by _HOME segment divulong was added by the compiler in _HOME. As we didn't list _HOME in crt0 it ended up being recycled --- diff --git a/Kernel/platform-amstradnc/crt0.s b/Kernel/platform-amstradnc/crt0.s index c4f085da..46ebec5a 100644 --- a/Kernel/platform-amstradnc/crt0.s +++ b/Kernel/platform-amstradnc/crt0.s @@ -4,6 +4,7 @@ ; when they are first seen. .area _CODE .area _CODE2 + .area _HOME .area _FONT .area _VIDEO .area _CONST