Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/atari/conf Add SysV Semaphore tunables.



details:   https://anonhg.NetBSD.org/src/rev/54aac480e61a
branches:  trunk
changeset: 512312:54aac480e61a
user:      leo <leo%NetBSD.org@localhost>
date:      Mon Jul 09 13:37:06 2001 +0000

description:
Add SysV Semaphore tunables.

diffstat:

 sys/arch/atari/conf/GENERIC.in |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r 103d37813d6f -r 54aac480e61a sys/arch/atari/conf/GENERIC.in
--- a/sys/arch/atari/conf/GENERIC.in    Mon Jul 09 12:07:08 2001 +0000
+++ b/sys/arch/atari/conf/GENERIC.in    Mon Jul 09 13:37:06 2001 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC.in,v 1.4 2001/07/08 16:32:15 abs Exp $
+#      $NetBSD: GENERIC.in,v 1.5 2001/07/09 13:37:06 leo Exp $
 #
 # Generic atari
 #
@@ -12,7 +12,7 @@
 include "arch/atari/conf/std.milan"
 #endif
 
-#ident                 "GENERIC-$Revision: 1.4 $"
+#ident                 "GENERIC-$Revision: 1.5 $"
 
 #
 # Add support for about 16 users. This variable is used to size
@@ -147,6 +147,9 @@
 options        SYSVSHM                 # System V shared memory
 options        SYSVMSG                 # System V messages
 options        SYSVSEM                 # System V semaphores
+#options       SEMMNI=10               # number of semaphore identifiers
+#options       SEMUME=10               # max number of undo entries per proc.
+#options       SEMMNU=30               # number of undo structures in system
 #endif
 
 #ifndef INSTALL_KERNEL



Home | Main Index | Thread Index | Old Index