summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1997-08-29 19:44:11 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1997-08-29 19:44:11 +0000
commit0e92ec16d1df82975dd299f40e0b680012867bd1 (patch)
treeda450ad73a476f496204af75f72cebca77844e60
parenta645ff96eda2439b793581d3ed8290ad8b421dae (diff)
define DOSACTIVE for bootable partition
-rw-r--r--sys/arch/i386/include/disklabel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/include/disklabel.h b/sys/arch/i386/include/disklabel.h
index 11c87331331..baaac17bf17 100644
--- a/sys/arch/i386/include/disklabel.h
+++ b/sys/arch/i386/include/disklabel.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: disklabel.h,v 1.13 1997/08/29 17:32:33 mickey Exp $ */
+/* $OpenBSD: disklabel.h,v 1.14 1997/08/29 19:44:10 mickey Exp $ */
/* $NetBSD: disklabel.h,v 1.3 1996/03/09 20:52:54 ghudson Exp $ */
/*
@@ -43,6 +43,7 @@
#define DOSBBSECTOR 0 /* DOS boot block relative sector # */
#define DOSPARTOFF 446
#define NDOSPART 4
+#define DOSACTIVE 0x80 /* active partition */
struct dos_partition {
u_int8_t dp_flag; /* bootstrap flags */