From af04dfbd8d41269fccb90b880cd6892dfe7fc4ad Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 20 Apr 2018 13:30:34 +0100 Subject: [PATCH] ubee: call map_kernel in start up to initialize shadow port copy --- Kernel/platform-ubee/crt0.s | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Kernel/platform-ubee/crt0.s b/Kernel/platform-ubee/crt0.s index 36773788..12211f29 100644 --- a/Kernel/platform-ubee/crt0.s +++ b/Kernel/platform-ubee/crt0.s @@ -33,6 +33,7 @@ .globl l__COMMONMEM .globl s__INITIALIZER .globl kstack_top + .globl map_kernel .globl _ubee_model @@ -124,6 +125,8 @@ relocate: ld (hl), #0 ldir + call map_kernel + call init_early call init_hardware call _fuzix_main -- 2.34.1