From owner-freebsd-hackers Mon May 12 11:53:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA27792 for hackers-outgoing; Mon, 12 May 1997 11:53:48 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.50]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id LAA27772; Mon, 12 May 1997 11:53:35 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id LAA08003; Mon, 12 May 1997 11:46:25 -0700 From: Terry Lambert Message-Id: <199705121846.LAA08003@phaeton.artisoft.com> Subject: Re: 2.2 Splashkit To: msmith@atrad.adelaide.edu.au (Michael Smith) Date: Mon, 12 May 1997 11:46:24 -0700 (MST) Cc: sos@sos.freebsd.dk, msmith@atrad.adelaide.edu.au, rhh@ct.picker.com, msmith@FreeBSD.ORG, sos@FreeBSD.ORG, hackers@FreeBSD.ORG In-Reply-To: <199705120811.RAA05876@genesis.atrad.adelaide.edu.au> from "Michael Smith" at May 12, 97 05:41:29 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > > There's some provision for palette rotation already; the real problem > > > is just arranging for the rotation on a useful basis - the console > > > driver only runs when text is output, so colours would only shift > > > during character output (not a bad idea though). > > > > No, the redraw rutine runs periodically even if there is no output (it > > just doesn't do anything), this can be used for animation 20 steps > > (IIRC) a second. There can be no animation during the probe fase (or > > atleast just a little) as the system timers aren't running yet.. > > Sorry, I meant that during the probe phase the driver only ran while > text was being output. The rotation in Win95 is caused by the loading of the systray.exe dll by the explorer, actually, so it would not be inconsistent to call the rotate function from the boot stage probe iteration code. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.