Module Name: src Committed By: tsutsui Date: Wed Jul 15 14:11:02 UTC 2009
Modified Files: src/distrib/notes/common: contents src/etc/etc.i386: Makefile.inc Log Message: Add MONOLITHIC kernel to i386 release binaries. PR#41668 To generate a diff of this commit: cvs rdiff -u -r1.155 -r1.156 src/distrib/notes/common/contents cvs rdiff -u -r1.61 -r1.62 src/etc/etc.i386/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/distrib/notes/common/contents diff -u src/distrib/notes/common/contents:1.155 src/distrib/notes/common/contents:1.156 --- src/distrib/notes/common/contents:1.155 Sat Apr 25 21:21:48 2009 +++ src/distrib/notes/common/contents Wed Jul 15 14:11:02 2009 @@ -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 @@ .\} . .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. . Index: src/etc/etc.i386/Makefile.inc diff -u src/etc/etc.i386/Makefile.inc:1.61 src/etc/etc.i386/Makefile.inc:1.62 --- src/etc/etc.i386/Makefile.inc:1.61 Sat Mar 7 17:28:31 2009 +++ src/etc/etc.i386/Makefile.inc Wed Jul 15 14:11:02 2009 @@ -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