Date: Sat, 2 Sep 1995 16:41:42 -0700 (PDT) From: Julian Elischer <julian@ref.tfs.com> To: julian@ref.tfs.com (Julian Elischer) Cc: terry@lambert.org, julian@freefall.FreeBSD.org, hackers@freefall.FreeBSD.org Subject: Re: boot -v error in printing.. Message-ID: <199509022341.QAA05347@ref.tfs.com> In-Reply-To: <199509022339.QAA05329@ref.tfs.com> from "Julian Elischer" at Sep 2, 95 04:39:20 pm
next in thread | previous in thread | raw e-mail | index | archive | help
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.
> >
>
>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509022341.QAA05347>
