summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmmv <jmmv@NetBSD.org>2007-03-08 22:38:02 +0000
committerjmmv <jmmv@NetBSD.org>2007-03-08 22:38:02 +0000
commitfd8bc089d9cab986b9ca00e8667c153eee7b02ca (patch)
tree98ab897baa17b1a5cb18ce05615bc52e9a6468c1
parent5f0dedf6643577c11b3e8c8e69002217046d6fd6 (diff)
Add Multiboot support. Doesn't hurt regular boots and is enabled in the
GENERIC kernels already.
-rw-r--r--sys/arch/i386/conf/PARALLELS4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/PARALLELS b/sys/arch/i386/conf/PARALLELS
index 3dd4115a410..40afb6280ab 100644
--- a/sys/arch/i386/conf/PARALLELS
+++ b/sys/arch/i386/conf/PARALLELS
@@ -1,4 +1,4 @@
-# $NetBSD: PARALLELS,v 1.11 2007/02/09 21:55:04 ad Exp $
+# $NetBSD: PARALLELS,v 1.12 2007/03/08 22:38:02 jmmv Exp $
#
# PARALLELS machine description file
#
@@ -23,6 +23,8 @@ options USER_LDT # user-settable LDT; used by WINE
options MTRR # memory-type range register syscall support
options PERFCTRS # performance-monitoring counters support
+options MULTIBOOT # Multiboot support (see multiboot(8))
+
# Standard system options
options INSECURE # disable kernel security levels - X needs this