From 26457e3233063a79b44a96237e3b691b4ee1d135 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 17 Aug 2018 13:09:47 +0100 Subject: [PATCH] setup: we need the ROM off --- Kernel/platform-sam/setup.s | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ; -- 2.34.1