Sat May 29 21:08:44 2021 UTC ()
Reduce maxusers to 8 as GENERIC.

Should be pulled up to netbsd-9 and netbsd-8.


(tsutsui)
diff -r1.67 -r1.68 src/sys/arch/hp300/conf/INSTALL

cvs diff -r1.67 -r1.68 src/sys/arch/hp300/conf/INSTALL (expand / switch to unified diff)

--- src/sys/arch/hp300/conf/INSTALL 2021/05/29 21:06:20 1.67
+++ src/sys/arch/hp300/conf/INSTALL 2021/05/29 21:08:44 1.68
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: INSTALL,v 1.67 2021/05/29 21:06:20 tsutsui Exp $ 1# $NetBSD: INSTALL,v 1.68 2021/05/29 21:08:44 tsutsui Exp $
2# 2#
3# INSTALL machine description file 3# INSTALL machine description file
4# 4#
5# This machine description file is used to generate the NetBSD kernel 5# This machine description file is used to generate the NetBSD kernel
6# for the installation media. 6# for the installation media.
7 7
8include "arch/hp300/conf/std.hp300" 8include "arch/hp300/conf/std.hp300"
9 9
10#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 10#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
11 11
12# optimise for smaller kernels 12# optimise for smaller kernels
13makeoptions COPTS="-Os -fno-unwind-tables" 13makeoptions COPTS="-Os -fno-unwind-tables"
14#options NVNODE=50 14#options NVNODE=50
@@ -30,27 +30,27 @@ options HP350 @@ -30,27 +30,27 @@ options HP350
30options HP360 30options HP360
31options HP362 31options HP362
32options HP370 32options HP370
33options HP375 33options HP375
34options HP380 34options HP380
35options HP382 35options HP382
36options HP385 36options HP385
37options HP400 37options HP400
38options HP425 38options HP425
39options HP433 39options HP433
40options FPSP # floating point interface for 68040 40options FPSP # floating point interface for 68040
41 41
42# Need to set locally 42# Need to set locally
43maxusers 32 43maxusers 8
44 44
45# Standard system options 45# Standard system options
46#include "conf/compat_netbsd09.config" 46#include "conf/compat_netbsd09.config"
47options COMPAT_BSDPTY # /dev/[pt]ty?? ptys. 47options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
48#options SYSVSHM # System V-style shared memory 48#options SYSVSHM # System V-style shared memory
49#options SYSVSEM # System V-style semaphores 49#options SYSVSEM # System V-style semaphores
50#options SEMMNI=10 # number of semaphore identifiers 50#options SEMMNI=10 # number of semaphore identifiers
51#options SEMMNS=60 # number of semaphores in system 51#options SEMMNS=60 # number of semaphores in system
52#options SEMUME=10 # max number of undo entries per process 52#options SEMUME=10 # max number of undo entries per process
53#options SEMMNU=30 # number of undo structures in system 53#options SEMMNU=30 # number of undo structures in system
54#options SYSVMSG # System V-style message queues 54#options SYSVMSG # System V-style message queues
55#options KTRACE # system call tracing support 55#options KTRACE # system call tracing support
56#options SCSIVERBOSE # Verbose SCSI errors 56#options SCSIVERBOSE # Verbose SCSI errors