summaryrefslogtreecommitdiff
path: root/sys/arch/i386
diff options
context:
space:
mode:
authorTobias Weingartner <weingart@cvs.openbsd.org>2003-01-06 01:31:43 +0000
committerTobias Weingartner <weingart@cvs.openbsd.org>2003-01-06 01:31:43 +0000
commit54fb0f57a499eb9d2e2a155b72ef42d0052c4f3a (patch)
tree71f5e494354df690ba8369fd991d98524bc16774 /sys/arch/i386
parent7e53f7afb6c4184551bb5548e793853898151b2e (diff)
Document MBR offset (used by NT4 at least).
OK deraadt@, millert@, and others.
Diffstat (limited to 'sys/arch/i386')
-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 8e9a284a166..0f22355259d 100644
--- a/sys/arch/i386/include/disklabel.h
+++ b/sys/arch/i386/include/disklabel.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: disklabel.h,v 1.24 2002/03/14 01:26:33 millert Exp $ */
+/* $OpenBSD: disklabel.h,v 1.25 2003/01/06 01:31:42 weingart Exp $ */
/* $NetBSD: disklabel.h,v 1.3 1996/03/09 20:52:54 ghudson Exp $ */
/*
@@ -42,6 +42,7 @@
/* DOS partition table -- located in boot block */
#define DOSBBSECTOR 0 /* DOS boot block relative sector # */
#define DOSPARTOFF 446
+#define DOSDISKOFF 444
#define NDOSPART 4
#define DOSACTIVE 0x80 /* active partition */