Use MBR compatible partitioning
This commit is contained in:
parent
6e02d04301
commit
0a1dd580c0
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: disklabel.h,v 1.1 2013/07/18 22:08:59 matt Exp $ */
|
||||
/* $NetBSD: disklabel.h,v 1.2 2013/08/22 00:25:35 matt Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1995 Dale Rahn.
|
||||
@ -33,10 +33,10 @@
|
||||
/* number of boot pieces , ie xxboot bootxx */
|
||||
#define NUMBOOT 0
|
||||
|
||||
#define LABELUSESMBR 0 /* no MBR partitionning */
|
||||
#define LABELSECTOR 0 /* sector containing label */
|
||||
#define LABELUSESMBR 1 /* no MBR partitionning */
|
||||
#define LABELSECTOR 1 /* sector containing label */
|
||||
#define LABELOFFSET 0 /* offset of label in sector */
|
||||
#define MAXPARTITIONS 8 /* number of partitions */
|
||||
#define MAXPARTITIONS 16 /* number of partitions */
|
||||
#define RAW_PART 2 /* raw partition: xx?c */
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user