From owner-freebsd-hackers Sat Sep 2 16:42:01 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id QAA11432 for hackers-outgoing; Sat, 2 Sep 1995 16:42:01 -0700 Received: from ref.tfs.com (ref.tfs.com [140.145.254.251]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id QAA11424 ; Sat, 2 Sep 1995 16:41:59 -0700 Received: (from julian@localhost) by ref.tfs.com (8.6.11/8.6.9) id QAA05347; Sat, 2 Sep 1995 16:41:42 -0700 From: Julian Elischer Message-Id: <199509022341.QAA05347@ref.tfs.com> Subject: Re: boot -v error in printing.. To: julian@ref.tfs.com (Julian Elischer) Date: Sat, 2 Sep 1995 16:41:42 -0700 (PDT) Cc: terry@lambert.org, julian@freefall.FreeBSD.org, hackers@freefall.FreeBSD.org In-Reply-To: <199509022339.QAA05329@ref.tfs.com> from "Julian Elischer" at Sep 2, 95 04:39:20 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 741 Sender: hackers-owner@FreeBSD.org Precedence: bulk oops of course the 2nd line shouldn't be there.. (dammed cut-n- paste) > with some other DOS program before the user is happy with the number.. > > I've just added: > printf("0..%d=%d cyl, 0..%d=%d heads, 1..%d=%d sects\n", > DELETE THIS :) ---> printf(" max cyl = %d , %d heads, %d sects\n", > (j >> 16),(j >> 16)+1, > ((j >> 8) & 0xff),((j >> 8) & 0xff)+1, > (j & 0xff), (j & 0xff)); > > I think it's an improvement for sure.. > > > > > > > Terry Lambert > > terry@lambert.org > > --- > > Any opinions in this posting are my own and not those of my present > > or previous employers. > > > >