coco2cart: startup paranoia
authorAlan Cox <alan@linux.intel.com>
Mon, 7 Nov 2016 20:31:46 +0000 (20:31 +0000)
committerAlan Cox <alan@linux.intel.com>
Mon, 7 Nov 2016 20:31:46 +0000 (20:31 +0000)
Kernel/platform-coco2cart/crt0.s

index e3a00c2..dc2a306 100644 (file)
@@ -18,6 +18,8 @@
 start:
                orcc #0x10              ; interrupts definitely off
                lds #$0100              ; not written by loader
+               clr $ffde               ; make sure ROM is mapped
+               clr $ffd4               ; low 32K in low 32K
                jsr load_image          ; load the rest of the OS from disk
                jmp main