From owner-freebsd-hackers Tue Mar 26 05:00:42 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA02848 for hackers-outgoing; Tue, 26 Mar 1996 05:00:42 -0800 (PST) Received: from ra.dkuug.dk (ra.dkuug.dk [193.88.44.193]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id FAA02842 Tue, 26 Mar 1996 05:00:33 -0800 (PST) Received: (from sos@localhost) by ra.dkuug.dk (8.6.12/8.6.12) id NAA16523; Tue, 26 Mar 1996 13:36:37 +0100 Message-Id: <199603261236.NAA16523@ra.dkuug.dk> Subject: Re: > 80x24 ? To: avalon@coombs.anu.edu.au (Darren Reed) Date: Tue, 26 Mar 1996 13:36:37 +0100 (MET) Cc: sos@FreeBSD.ORG, hackers@FreeBSD.ORG In-Reply-To: <199603261242.EAA02221@freefall.freebsd.org> from "Darren Reed" at Mar 26, 96 11:43:59 pm From: sos@FreeBSD.ORG Reply-to: sos@FreeBSD.ORG X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In reply to Darren Reed who wrote: > > In some mail from sos@FreeBSD.ORG, sie said: > > > > In reply to Darren Reed who wrote: > > > > > > is anyone looking at making FreeBSD boot into a text resolution greater > > > than 80x24 ? I sorta miss 132x60 in Linux... > > > > No, unless somebody comes up with a way of programming each and > > every videocard around the globe... > > In the back of my TSeng booklet, it tells you how to set the card for > anything beyond 80x24 in assembly: > > * place 0 in register AH to indicate "select mode" function > * place the mode # in register AL > * execute an INT 10h instruction > > and down the bottom it mentions that this is the standard BIOS interface > for video mode select. > > Linux has some table of the things, and before it did this, it would > somehow "probe" the card and give a (not complete) list of available > modes. > > Hmm, now, what's the problem ? Level of understanding the problem at hand ... Go read a bunch of "booklets" for different video cards, then read a couble of books on PC video hw, and then come back with a better understanding of the problem(s). Then tell me again how easy it will be to make this work on ALL video hw.... PS: If you don't have any PC hw books handy, look at the XFree86 sources for the video hw they support. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Soren Schmidt (sos@FreeBSD.org) FreeBSD Core Team So much code to hack -- so little time.