From owner-freebsd-hackers Tue Mar 26 04:42:04 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA02227 for hackers-outgoing; Tue, 26 Mar 1996 04:42:04 -0800 (PST) Received: from cheops.anu.edu.au (avalon@cheops.anu.edu.au [150.203.76.24]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id EAA02221 Tue, 26 Mar 1996 04:42:01 -0800 (PST) Message-Id: <199603261242.EAA02221@freefall.freebsd.org> Received: by cheops.anu.edu.au (1.37.109.16/16.2) id AA185314240; Tue, 26 Mar 1996 23:44:00 +1100 From: Darren Reed Subject: Re: > 80x24 ? To: sos@FreeBSD.ORG Date: Tue, 26 Mar 1996 23:43:59 +1100 (EDT) Cc: hackers@FreeBSD.ORG In-Reply-To: <199603261151.MAA16282@ra.dkuug.dk> from "sos@FreeBSD.ORG" at Mar 26, 96 12:51:43 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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 ? darren