From: Brett Gordon Date: Sat, 18 Jul 2015 20:30:32 +0000 (-0400) Subject: platform-coco3: added blkdevs to BOOTDEVICES, enable "high-speed poke" on boot. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=cb4d82e109f444289293579edb941161fc13d315;p=FUZIX.git platform-coco3: added blkdevs to BOOTDEVICES, enable "high-speed poke" on boot. --- 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"