From fd8bc089d9cab986b9ca00e8667c153eee7b02ca Mon Sep 17 00:00:00 2001 From: jmmv Date: Thu, 8 Mar 2007 22:38:02 +0000 Subject: [PATCH] Add Multiboot support. Doesn't hurt regular boots and is enabled in the GENERIC kernels already. --- sys/arch/i386/conf/PARALLELS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/arch/i386/conf/PARALLELS b/sys/arch/i386/conf/PARALLELS index 3dd4115a4100..40afb6280abd 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