Subject: Re: disk partitioning
To: None <thorpej@nas.nasa.gov, vanmaren@fast.cs.utah.edu>
From: Bruce Evans <bde@zeta.org.au>
List: port-i386
Date: 12/07/1996 13:28:27
> > I think if you grep through all the system source files,
> > you will find that a considerable number of them know
> > about disklabels.  Many of them are likely to have "8"
> > hard-coded, instead of using the value from a header file.
>
>In NetBSD?!  Umm, probably not... we have a couple of ports that have
>MAXPARTITIONS == 16 (amiga, mac68k, others?) and they work fine.

dk_openmask has (sizeof(int) * CHAR_BIT) implicitly hard-coded.

Bruce