diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-08-29 19:44:11 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-08-29 19:44:11 +0000 |
commit | 0e92ec16d1df82975dd299f40e0b680012867bd1 (patch) | |
tree | da450ad73a476f496204af75f72cebca77844e60 | |
parent | a645ff96eda2439b793581d3ed8290ad8b421dae (diff) |
define DOSACTIVE for bootable partition
-rw-r--r-- | sys/arch/i386/include/disklabel.h | 3 |
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 */ |