From owner-freebsd-hackers Sun Sep 22 08:01:57 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA27848 for hackers-outgoing; Sun, 22 Sep 1996 08:01:57 -0700 (PDT) Received: from brasil.moneng.mei.com (brasil.moneng.mei.com [151.186.109.160]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id IAA27821 for ; Sun, 22 Sep 1996 08:01:54 -0700 (PDT) Received: (from jgreco@localhost) by brasil.moneng.mei.com (8.7.Beta.1/8.7.Beta.1) id JAA14843; Sun, 22 Sep 1996 09:57:34 -0500 From: Joe Greco Message-Id: <199609221457.JAA14843@brasil.moneng.mei.com> Subject: Re: splash-page on bootup.. To: terry@lambert.org (Terry Lambert) Date: Sun, 22 Sep 1996 09:57:34 -0500 (CDT) Cc: jgreco@brasil.moneng.mei.com, brandon@glacier.cold.org, freebsd-hackers@FreeBSD.org In-Reply-To: <199609221000.DAA00408@phaeton.artisoft.com> from "Terry Lambert" at Sep 22, 96 03:00:13 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > > You're in a difficult situation... even a static GIF image would probably > > be difficult because you don't know what you have for console until you > > have probed the video.. animation I would think is out of the question > > due to the way I understand the kernel works during the probe phase. > > Animation is possible using color register cycling. This is how the > "startrek" bar of the Microsoft "Plus! Pack" is animated. If you have the appropriate graphics depth available, _maybe_... can't remember enough about PC graphics to figure out if normal VGA is 16 or 256 colors.. 16 obviously would not fly. However, I thought that interrupts were not guaranteed during the probe phase... or maybe not even allowed. ... JG