Add Multiboot support. Doesn't hurt regular boots and is enabled in the
GENERIC kernels already.
This commit is contained in:
parent
5f0dedf664
commit
fd8bc089d9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue