turn on MODULAR by default
This commit is contained in:
parent
d1aab65a7c
commit
e27180277c
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.162 2013/03/02 02:42:21 christos Exp $
|
||||
# $NetBSD: GENERIC,v 1.163 2013/03/12 21:41:40 christos Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -22,7 +22,7 @@ include "arch/sparc64/conf/std.sparc64"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.162 $"
|
||||
#ident "GENERIC-$Revision: 1.163 $"
|
||||
|
||||
maxusers 64
|
||||
|
||||
@ -60,6 +60,8 @@ options SYSVMSG # System V message queues
|
||||
options SYSVSEM # System V semaphores
|
||||
options SYSVSHM # System V shared memory
|
||||
|
||||
options MODULAR # new style module(7) framework
|
||||
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: MODULAR,v 1.3 2011/01/05 13:29:27 martin Exp $
|
||||
# $NetBSD: MODULAR,v 1.4 2013/03/12 21:41:40 christos Exp $
|
||||
#
|
||||
# MODULAR kernel - like GENERIC, but excluding lots of stuff that can
|
||||
# be loaded as a module later
|
||||
@ -6,8 +6,9 @@
|
||||
|
||||
include "arch/sparc64/conf/GENERIC"
|
||||
|
||||
#ident "MODULAR-$Revision: 1.3 $"
|
||||
#ident "MODULAR-$Revision: 1.4 $"
|
||||
|
||||
no options MODULAR
|
||||
options MODULAR # allow loading of kernel modules
|
||||
options INSECURE # disable kernel security levels initially
|
||||
# (we can't load file system modules otherwise)
|
||||
|
Loading…
x
Reference in New Issue
Block a user