Port-amiga archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Installing & Booting NetBSD 1.2 under SVR4



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




Home | Main Index | Thread Index | Old Index