From: Alan Cox Date: Fri, 17 Aug 2018 12:09:47 +0000 (+0100) Subject: setup: we need the ROM off X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=26457e3233063a79b44a96237e3b691b4ee1d135;p=FUZIX.git setup: we need the ROM off --- diff --git a/Kernel/platform-sam/setup.s b/Kernel/platform-sam/setup.s index a29bc495..5825b3a8 100644 --- a/Kernel/platform-sam/setup.s +++ b/Kernel/platform-sam/setup.s @@ -45,10 +45,11 @@ bootstrap: ; Put the video in the right place and set the mode ld a,#4 + MODE3 out (252),a - xor a ; Map the kernel low + ld a,#0x20 ; ROM off bank 0/1 out (250),a ; Black border to hint where we got to + xor a out (254),a jp 0x100 ;