Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbcf/include Use MBR compatible partitioning
details: https://anonhg.NetBSD.org/src/rev/5e0915c17a65
branches: trunk
changeset: 789558:5e0915c17a65
user: matt <matt%NetBSD.org@localhost>
date: Thu Aug 22 00:25:35 2013 +0000
description:
Use MBR compatible partitioning
diffstat:
sys/arch/evbcf/include/disklabel.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (23 lines):
diff -r 14eaead296ca -r 5e0915c17a65 sys/arch/evbcf/include/disklabel.h
--- a/sys/arch/evbcf/include/disklabel.h Thu Aug 22 00:17:48 2013 +0000
+++ b/sys/arch/evbcf/include/disklabel.h Thu Aug 22 00:25:35 2013 +0000
@@ -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 */
/*
Home |
Main Index |
Thread Index |
Old Index