From cb4d82e109f444289293579edb941161fc13d315 Mon Sep 17 00:00:00 2001 From: Brett Gordon Date: Sat, 18 Jul 2015 16:30:32 -0400 Subject: [PATCH] platform-coco3: added blkdevs to BOOTDEVICES, enable "high-speed poke" on boot. --- Kernel/platform-coco3/coco3.s | 2 ++ Kernel/platform-coco3/config.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Kernel/platform-coco3/coco3.s b/Kernel/platform-coco3/coco3.s index a608d9eb..80aa74db 100644 --- a/Kernel/platform-coco3/coco3.s +++ b/Kernel/platform-coco3/coco3.s @@ -121,6 +121,8 @@ init_early: ;;; takes: nothing ;;; returns: nothing init_hardware: + ;; High speed poke + sta 0xffd9 ; high speed poke ;; set system RAM size ldd #512 std _ramsize diff --git a/Kernel/platform-coco3/config.h b/Kernel/platform-coco3/config.h index ce19aa51..c103c7ab 100644 --- a/Kernel/platform-coco3/config.h +++ b/Kernel/platform-coco3/config.h @@ -59,7 +59,7 @@ extern unsigned char vt_map( unsigned char c ); /* Temp FIXME set to serial port for debug ease */ /* Boot devices */ -#define BOOTDEVICENAMES ",,,,,,,,dw" +#define BOOTDEVICENAMES "hd#,,,,,,,,dw" -- 2.34.1