Add MONOLITHIC kernel to i386 release binaries. PR#41668
This commit is contained in:
parent
86a313cf0e
commit
73cf34a890
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: contents,v 1.155 2009/04/25 21:21:48 snj Exp $
|
||||
.\" $NetBSD: contents,v 1.156 2009/07/15 14:11:02 tsutsui Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999-2005 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -87,6 +87,12 @@ Symbols for
|
|||
.\}
|
||||
.
|
||||
.if \n[i386] \{\
|
||||
. It Pa netbsd-MONOLITHIC.gz
|
||||
A version of
|
||||
.Li GENERIC
|
||||
kernel which doesn't require any kernel module bineries in
|
||||
.Li /stand
|
||||
directory.
|
||||
. It Pa netbsd-INSTALL.gz
|
||||
The installation kernel.
|
||||
.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.inc,v 1.61 2009/03/07 17:28:31 cegger Exp $
|
||||
# $NetBSD: Makefile.inc,v 1.62 2009/07/15 14:11:02 tsutsui Exp $
|
||||
#
|
||||
# etc.i386/Makefile.inc -- i386-specific etc Makefile targets
|
||||
#
|
||||
|
@ -7,6 +7,7 @@
|
|||
# to update the release documentation in distrib/notes/common/contents
|
||||
|
||||
KERNEL_SETS= GENERIC
|
||||
KERNEL_SETS+= MONOLITHIC
|
||||
KERNEL_SETS+= XEN3_DOM0
|
||||
KERNEL_SETS+= XEN3_DOMU
|
||||
KERNEL_SETS+= XEN3PAE_DOM0
|
||||
|
|
Loading…
Reference in New Issue