Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Build the "MONOLITHIC" kernel configuration by default and i...



details:   https://anonhg.NetBSD.org/src/rev/31a47fb6d813
branches:  trunk
changeset: 747760:31a47fb6d813
user:      tron <tron%NetBSD.org@localhost>
date:      Thu Oct 01 11:51:03 2009 +0000

description:
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.

diffstat:

 distrib/notes/common/contents |  4 +++-
 etc/etc.i386/Makefile.inc     |  3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (35 lines):

diff -r 13670c6a3899 -r 31a47fb6d813 distrib/notes/common/contents
--- a/distrib/notes/common/contents     Thu Oct 01 10:41:03 2009 +0000
+++ b/distrib/notes/common/contents     Thu Oct 01 11:51:03 2009 +0000
@@ -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.
 .
diff -r 13670c6a3899 -r 31a47fb6d813 etc/etc.i386/Makefile.inc
--- a/etc/etc.i386/Makefile.inc Thu Oct 01 10:41:03 2009 +0000
+++ b/etc/etc.i386/Makefile.inc Thu Oct 01 11:51:03 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index