t
Size: a a a
t
AK
VG
VG
AE
AE
AE
AE
VO
VG
VG
AE
AE
VG
sys/disklabel.h:#ifndef MAXPARTITIONS
sys/disklabel.h:#define MAXPARTITIONS 8
AE
arch/i386/include/disklabel.h:#define MAXPARTITIONS 16 /* number of partitions */
AE
VG
AE
AE
AE
static struct g_part_scheme g_part_bsd_scheme = {
"BSD",
g_part_bsd_methods,
sizeof(struct g_part_bsd_table),
.gps_entrysz = sizeof(struct g_part_bsd_entry),
.gps_minent = 8,
.gps_maxent = 20, /* Only 22 entries fit in 512 byte sectors */
.gps_bootcodesz = BBSIZE,
};