Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/conf Add (commented out) MODULAR-related opti...



details:   https://anonhg.NetBSD.org/src/rev/190a0282978b
branches:  trunk
changeset: 455527:190a0282978b
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Apr 05 14:15:33 2019 +0000

description:
Add (commented out) MODULAR-related options.

diffstat:

 sys/arch/alpha/conf/GENERIC |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r 88c9c5efe27e -r 190a0282978b sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC       Fri Apr 05 14:12:14 2019 +0000
+++ b/sys/arch/alpha/conf/GENERIC       Fri Apr 05 14:15:33 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.391 2019/03/25 19:24:30 maxv Exp $
+# $NetBSD: GENERIC,v 1.392 2019/04/05 14:15:33 thorpej Exp $
 #
 # This machine description file is used to generate the default NetBSD
 # kernel.
@@ -19,7 +19,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-ident          "GENERIC-$Revision: 1.391 $"
+ident          "GENERIC-$Revision: 1.392 $"
 
 maxusers 32
 
@@ -143,7 +143,10 @@
 
 # p1003.1b semaphore support
 
-# Loadable Kernel Modules
+# new style module(7) framework
+# XXX does not work yet
+#options       MODULAR
+#options       MODULAR_DEFAULT_AUTOLOAD
 
 # Disable kernel security.
 #options       INSECURE



Home | Main Index | Thread Index | Old Index