Module Name: src
Committed By: tsutsui
Date: Sat May 29 21:08:44 UTC 2021
Modified Files:
src/sys/arch/hp300/conf: INSTALL
Log Message:
Reduce maxusers to 8 as GENERIC.
Should be pulled up to netbsd-9 and netbsd-8.
To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 src/sys/arch/hp300/conf/INSTALL
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/hp300/conf/INSTALL
diff -u src/sys/arch/hp300/conf/INSTALL:1.67 src/sys/arch/hp300/conf/INSTALL:1.68
--- src/sys/arch/hp300/conf/INSTALL:1.67 Sat May 29 21:06:20 2021
+++ src/sys/arch/hp300/conf/INSTALL Sat May 29 21:08:44 2021
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.67 2021/05/29 21:06:20 tsutsui Exp $
+# $NetBSD: INSTALL,v 1.68 2021/05/29 21:08:44 tsutsui Exp $
#
# INSTALL machine description file
#
@@ -40,7 +40,7 @@ options HP433
options FPSP # floating point interface for 68040
# Need to set locally
-maxusers 32
+maxusers 8
# Standard system options
#include "conf/compat_netbsd09.config"