From bdf47f5eec0e439948e8d4396a1bea542a6da5bd Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 6 May 2018 23:30:17 +0100 Subject: [PATCH] ubee: fix _HOME location --- Kernel/platform-ubee/crt0.s | 1 + 1 file changed, 1 insertion(+) diff --git a/Kernel/platform-ubee/crt0.s b/Kernel/platform-ubee/crt0.s index f4fb714d..49ed5ffd 100644 --- a/Kernel/platform-ubee/crt0.s +++ b/Kernel/platform-ubee/crt0.s @@ -4,6 +4,7 @@ ; when they are first seen. .area _CODE .area _CODE2 + .area _HOME ; Load video later on so it ends up above 0x8800 .area _VIDEO .area _CONST -- 2.34.1