From owner-freebsd-hackers Sat Sep 2 15:15:11 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id PAA09212 for hackers-outgoing; Sat, 2 Sep 1995 15:15:11 -0700 Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id PAA09206 ; Sat, 2 Sep 1995 15:15:09 -0700 Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id PAA02040; Sat, 2 Sep 1995 15:11:33 -0700 From: Terry Lambert Message-Id: <199509022211.PAA02040@phaeton.artisoft.com> Subject: Re: boot -v error in printing.. To: julian@freefall.FreeBSD.org (Julian Elischer) Date: Sat, 2 Sep 1995 15:11:33 -0700 (MST) Cc: hackers@freefall.FreeBSD.org In-Reply-To: <199509022140.OAA07344@freefall.FreeBSD.org> from "Julian Elischer" at Sep 2, 95 02:40:34 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 667 Sender: hackers-owner@FreeBSD.org Precedence: bulk > BIOS Geometries: > 0:03df3f20 991 cyl, 63 heads, 32 sects > 0 accounted for > > now, this is wrong.. > the # of heads is 64.. the LAST HEAD IS 63.. 0..63=64 heads > either the message or teh number should be fixed.. > the same for the number of cyls.. > there are 992 cyls, the last being 991.. > > I think this needs to be fixed and am hapy to do so as long as no-one complains about it.. I like the idea of the ("0..%d=%d", x, x+1) format as a fix for this. > 0:03df3f20 0..991=992 cyl, 0..63=64 heads, 0..31=32 sects Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.