Subject: Re: Installing & Booting NetBSD 1.2 under SVR4
To: Markus Illenseer <markus@core.de>
From: Ignatios Souvatzis <is@beverly.rhein.de>
List: port-amiga
Date: 06/14/1997 22:45:03
Hi Markus,

> > Maybe somebody should fix this. I always remember that I should do it,
> > but have more urgent tasks to do first...
> 
>  Actually I vote for not fix this, but moreover print a message like
> "please verify with HdToolBox" or somesuch.

Why not fix? I wouldn't remove the test, just  relax it to


if ((sparespercyl + secspercyl) != (nheads * secpertrack)) {
	annoy_user_with_warning();
}

which makes more sense to me. All warnings I have encountered, including
the one now reported, fail the current test, but would pass the above
one.

Regards,
	Ignatios