diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-29 18:55:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-09-29 18:55:14 +0000 |
commit | 9c67612e29ee9289a16d5309884530d8ce3864d1 (patch) | |
tree | 8d65195e56bfb87d78905cfb8b3b8ffb4cb385c9 /sys/arch/alpha | |
parent | 98efb1114e88369c4b2522a19e4193f747ba454b (diff) |
DOSMBR_SIGNATURE, DOSACTIVE; weingart
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/include/disklabel.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/alpha/include/disklabel.h b/sys/arch/alpha/include/disklabel.h index 64037920c19..a17f99e175a 100644 --- a/sys/arch/alpha/include/disklabel.h +++ b/sys/arch/alpha/include/disklabel.h @@ -1,4 +1,4 @@ -/* $OpenBSD: disklabel.h,v 1.6 1997/08/08 22:01:09 niklas Exp $ */ +/* $OpenBSD: disklabel.h,v 1.7 1997/09/29 18:55:04 deraadt Exp $ */ /* $NetBSD: disklabel.h,v 1.1 1995/02/13 23:07:34 cgd Exp $ */ /* @@ -59,7 +59,9 @@ enum disklabel_tag { DLT_ALPHA, DLT_I386, DLT_AMIGA }; /* DOS partition table -- located in boot block */ #define DOSBBSECTOR 0 /* DOS boot block relative sector # */ #define DOSPARTOFF 446 +#define DOSACTIVE 0x80 #define NDOSPART 4 +#define DOSMBR_SIGNATURE 0xaa55 struct dos_partition { u_int8_t dp_flag; /* bootstrap flags */ |