Add P1003_1B_SEMAPHORE.
This commit is contained in:
parent
af8bef6910
commit
5e57353b7b
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.72 2003/09/22 14:11:27 cl Exp $
|
||||
# $NetBSD: GENERIC,v 1.73 2003/09/30 03:57:36 mycroft Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -22,7 +22,7 @@ include "arch/next68k/conf/std.next68k"
|
||||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.72 $"
|
||||
#ident "GENERIC-$Revision: 1.73 $"
|
||||
|
||||
# Needs to be set per system. i.e change these as you see fit
|
||||
maxusers 16
|
||||
@ -37,6 +37,7 @@ options SYSVSEM # System V semaphores
|
||||
#options SEMUME=10 # max number of undo entries per process
|
||||
#options SEMMNU=30 # number of undo structures in system
|
||||
options SYSVSHM # System V shared memory
|
||||
options P1003_1B_SEMAPHORE # POSIX semaphore support
|
||||
#options SHMMAXPGS=1024 # 1024 pages is the default
|
||||
|
||||
options LKM # loadable kernel modules
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: SLAB,v 1.19 2003/09/22 14:11:28 cl Exp $
|
||||
# $NetBSD: SLAB,v 1.20 2003/09/30 03:57:37 mycroft Exp $
|
||||
#
|
||||
# deberg's development machine
|
||||
#
|
||||
@ -16,6 +16,7 @@ options KTRACE # system call tracing
|
||||
options SYSVMSG # System V message queues
|
||||
options SYSVSEM # System V semaphores
|
||||
options SYSVSHM # System V shared memory
|
||||
options P1003_1B_SEMAPHORE # POSIX semaphore support
|
||||
#options SHMMAXPGS=1024 # 1024 pages is the default
|
||||
|
||||
options LKM # loadable kernel modules
|
||||
|
Loading…
Reference in New Issue
Block a user