From owner-freebsd-hackers Thu Aug 29 10:29:00 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA20285 for hackers-outgoing; Thu, 29 Aug 1996 10:29:00 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id KAA20276; Thu, 29 Aug 1996 10:28:47 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id KAA28955; Thu, 29 Aug 1996 10:16:36 -0700 From: Terry Lambert Message-Id: <199608291716.KAA28955@phaeton.artisoft.com> Subject: Re: Specs on a Hitachi CM2085me monitor anybody ?? To: ambrisko@tcsi.com (Douglas Ambrisko) Date: Thu, 29 Aug 1996 10:16:36 -0700 (MST) Cc: durham@tcsi.com, sos@freebsd.org, hackers@freebsd.org In-Reply-To: <199608291652.JAA11627@cozumel.tcs.com> from "Douglas Ambrisko" at Aug 29, 96 09:52:46 am 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 > | Of course, the absolute topper would be to hack the BIOS rom so that > | it natively boots to something your monitor can handle! ;-) . > > Well, I hacked booteasy to set my card so my wife can see F1 for DOS > F2 for FreeBSD. The problem I ran into with FreeBSD is that it would > sort-of work okay for the boot loaded except for printing text in blue(?). > and then when the kernel started the text was not visible. I poked around > in syscon but never got anything reasonable working. It does not realize that it is color, and thus not setting an attribute in the attribute byte (in this case an 4 bit foreground color value, a 3 bit background color value, and a CGA emulated register "blink bit") means that the text is invisible. I believe twiddling bit 5 in the CGA control register will give you 4 backround bits (changing the interpretation of the blink bit 8-)). The blue text comes from the fact that the underline attribute on a character on a mono screen shows as the color blue on a color screen (same character color bit pattern). Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.