Add (commented out) options MODULAR. Confirmed working on XM6i.
This commit is contained in:
parent
a9ce633ac2
commit
ee16ecf67d
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.152 2011/01/03 03:43:22 tsutsui Exp $
|
||||
# $NetBSD: GENERIC,v 1.153 2011/01/03 06:15:16 tsutsui Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/x68k/conf/std.x68k"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.152 $"
|
||||
#ident "GENERIC-$Revision: 1.153 $"
|
||||
|
||||
maxusers 8
|
||||
|
||||
|
@ -79,6 +79,7 @@ options SYSVSHM # System V shared memory
|
|||
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
|
||||
|
||||
## Loadable kernel module support
|
||||
#options MODULAR # new style module(7) framework
|
||||
|
||||
options USERCONF # userconf(4) support
|
||||
#options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
|
Loading…
Reference in New Issue