From: Alan Cox Date: Sat, 18 Aug 2018 00:00:53 +0000 (+0100) Subject: sam: note bug in program_vectors X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=8ee8e57f2fa7f6eb4e74d059c679db59a3fb8479;p=FUZIX.git sam: note bug in program_vectors --- diff --git a/Kernel/platform-sam/sam.s b/Kernel/platform-sam/sam.s index b6b959e4..ef0db04e 100644 --- a/Kernel/platform-sam/sam.s +++ b/Kernel/platform-sam/sam.s @@ -158,6 +158,8 @@ _program_vectors: exx ; Copy the stub page into place + ; FIXME: doesn't work because our stubs are at 0000. Maybe put + ; a copy somewhere else ? ld hl, #stub_page_1 - 1 ld de, #0x0000 ld bc, #0x0100 @@ -174,7 +176,6 @@ _program_vectors: ld bc,#0x0100 ldir - ; FIXME: we need to do the high stubs somewhere too jp map_kernel_low ; ; outchar: Wait for UART TX idle, then print the char in A