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/2e175bb1b209
branches: trunk
changeset: 998023:2e175bb1b209
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 7d44833759ae -r 2e175bb1b209 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