From 2e4e588bfd06481ea41f15b947726a7a4161e403 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Tue, 4 Aug 2009 20:26:40 +0000 Subject: By popular demand and peer pressure, check-in work in progress work to support the Yeelong Lemote mips-based netbook. Kernel bits only for now, needs polishing; most of this work done during h2k9 last month, although the porting effort started earlier this year. --- sys/arch/loongson/include/disklabel.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sys/arch/loongson/include/disklabel.h (limited to 'sys/arch') diff --git a/sys/arch/loongson/include/disklabel.h b/sys/arch/loongson/include/disklabel.h new file mode 100644 index 00000000000..1496a28b19c --- /dev/null +++ b/sys/arch/loongson/include/disklabel.h @@ -0,0 +1,11 @@ +/* $OpenBSD: disklabel.h,v 1.1.1.1 2009/08/04 20:26:39 miod Exp $ */ +/* public domain */ + +/* + * Standard MBR partition scheme, with the label in the second sector + * of the OpenBSD partition. + */ + +#define LABELSECTOR 1 +#define LABELOFFSET 0 +#define MAXPARTITIONS 16 -- cgit v1.2.3