From: Alan Cox Date: Sat, 5 May 2018 19:49:52 +0000 (+0100) Subject: ubee: block off reboot/monitor until we figure if we can get boot back X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=752d39a546d57d7d204dc6595f8f1a792676ce51;p=FUZIX.git ubee: block off reboot/monitor until we figure if we can get boot back --- diff --git a/Kernel/platform-ubee/ubee.s b/Kernel/platform-ubee/ubee.s index 9326bc3b..e9892d75 100644 --- a/Kernel/platform-ubee/ubee.s +++ b/Kernel/platform-ubee/ubee.s @@ -131,15 +131,19 @@ page_codes: ; ROM ; to_monitor: - jp to_monitor - ; Until we figure out how/if we can fix this + di + halt + jr to_monitor; xor a ; 0 or 1 to keep low 32K right ? */ out (0x50), a ; ROMS please - jp 0xE003 ; Monitor + jp 0x8000 ; Monitor to_reboot: + di + halt + jr to_reboot xor a out (0x50), a jp 0xE000