Source-Changes-HG archive

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

[src/sommerfeld_i386mp_1]: src/sys/arch/i386/conf Catch up with -current



details:   https://anonhg.NetBSD.org/src/rev/2efe89684b41
branches:  sommerfeld_i386mp_1
changeset: 482419:2efe89684b41
user:      sommerfeld <sommerfeld%NetBSD.org@localhost>
date:      Wed Jul 04 20:11:12 2001 +0000

description:
Catch up with -current

diffstat:

 sys/arch/i386/conf/GENERIC |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 1e6221a0e8d3 -r 2efe89684b41 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Mon Jul 02 13:39:10 2001 +0000
+++ b/sys/arch/i386/conf/GENERIC        Wed Jul 04 20:11:12 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.300.2.18 2001/06/24 19:29:49 sommerfeld Exp $
+#      $NetBSD: GENERIC,v 1.300.2.19 2001/07/04 20:11:12 sommerfeld Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.300.2.18 $"
+#ident                 "GENERIC-$Revision: 1.300.2.19 $"
 
 maxusers       32              # estimated number of users
 
@@ -52,6 +52,10 @@
 
 options        SYSVMSG         # System V-like message queues
 options        SYSVSEM         # System V-like semaphores
+#options       SEMMNI=10       # number of semaphore identifiers
+#options       SEMMNS=60       # number of semaphores in system
+#options       SEMUME=10       # max number of undo entries per process
+#options       SEMMNU=30       # number of undo structures in system
 options        SYSVSHM         # System V-like memory sharing
 #options       SHMMAXPGS=1024  # 1024 pages is the default
 



Home | Main Index | Thread Index | Old Index