From: Alan Cox Date: Fri, 20 Apr 2018 12:30:34 +0000 (+0100) Subject: ubee: call map_kernel in start up to initialize shadow port copy X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=af04dfbd8d41269fccb90b880cd6892dfe7fc4ad;p=FUZIX.git ubee: call map_kernel in start up to initialize shadow port copy --- 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