From owner-freebsd-hackers Fri Feb 2 10:21:44 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA09697 for hackers-outgoing; Fri, 2 Feb 1996 10:21:44 -0800 (PST) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA09691 for ; Fri, 2 Feb 1996 10:21:41 -0800 (PST) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <16492(1)>; Fri, 2 Feb 1996 10:20:57 PST Received: from localhost ([127.0.0.1]) by crevenia.parc.xerox.com with SMTP id <177479>; Fri, 2 Feb 1996 10:20:42 -0800 X-Mailer: exmh version 1.6.4 10/10/95 To: Michael Smith cc: jgreco@brasil.moneng.mei.com (Joe Greco), phk@critter.tfs.com, jkh@time.cdrom.com, dgy@rtd.com, freebsd-hackers@freefall.freebsd.org Subject: Re: Watchdog timers (was: Re: Multi-Port Async Cards) In-reply-to: Your message of "Thu, 01 Feb 1996 17:07:57 PST." <199602020107.LAA25538@genesis.atrad.adelaide.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 2 Feb 1996 10:20:37 PST From: Bill Fenner Message-Id: <96Feb2.102042pst.177479@crevenia.parc.xerox.com> Sender: owner-hackers@FreeBSD.ORG Precedence: bulk In message <199602020107.LAA25538@genesis.atrad.adelaide.edu.au> Michael Smith wrote: >Anyone out there ever written a video BIOS? PC BIOS's probably still all have code to deal with BIOS-less mono video cards; why not just decode the video memory range and update internal state with the memory writes, then convert them into VT100 codes (or, rather, the card should have a downloadable termcap in NVRAM so that I can plug in my tvi925!...) Don't forget that during the "pre-boot" phase you need to pretend to be a keyboard, too, not a serial port, or else you can't run setup. Bill