Module Name: src
Committed By: tron
Date: Thu Oct 1 11:51:04 UTC 2009
Modified Files:
src/distrib/notes/common: contents
src/etc/etc.i386: Makefile.inc
Log Message:
Build the "MONOLITHIC" kernel configuration by default and include
in the release.
Using the modularise "GENERIC" kernel on an existing NetBSD 5.0 system
is difficult and error-prone. The "MONOLITHIC" kernel provides an
easy way to test a new kernel or to upgrade an existing system.
To generate a diff of this commit:
cvs rdiff -u -r1.157 -r1.158 src/distrib/notes/common/contents
cvs rdiff -u -r1.63 -r1.64 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.157 src/distrib/notes/common/contents:1.158
--- src/distrib/notes/common/contents:1.157 Thu Jul 16 10:43:22 2009
+++ src/distrib/notes/common/contents Thu Oct 1 11:51:03 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: contents,v 1.157 2009/07/16 10:43:22 tsutsui Exp $
+.\" $NetBSD: contents,v 1.158 2009/10/01 11:51:03 tron Exp $
.\"
.\" Copyright (c) 1999-2005 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -87,6 +87,8 @@
.\}
.
.if \n[i386] \{\
+. It Pa netbsd-MONOLITHIC.gz
+The monolithic kernel which doesn't use kernel modules.
. It Pa netbsd-INSTALL.gz
The installation kernel.
.
Index: src/etc/etc.i386/Makefile.inc
diff -u src/etc/etc.i386/Makefile.inc:1.63 src/etc/etc.i386/Makefile.inc:1.64
--- src/etc/etc.i386/Makefile.inc:1.63 Thu Jul 16 10:43:23 2009
+++ src/etc/etc.i386/Makefile.inc Thu Oct 1 11:51:04 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.63 2009/07/16 10:43:23 tsutsui Exp $
+# $NetBSD: Makefile.inc,v 1.64 2009/10/01 11:51:04 tron 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