diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-06-22 21:42:43 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-06-22 21:42:43 +0000 |
commit | d1c1e4aa34ce66e7d437e8c9ead1fee040531065 (patch) | |
tree | 81f32c47bff6276f5df95e29ef460b28b6f63afe /sys/arch/sparc/conf/FLOPPY | |
parent | c0a704e988b82e4590e4af315dcc6a10597d4671 (diff) |
Add appropiate `maxusers' everywhere it was lacking.
Diffstat (limited to 'sys/arch/sparc/conf/FLOPPY')
-rw-r--r-- | sys/arch/sparc/conf/FLOPPY | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/sparc/conf/FLOPPY b/sys/arch/sparc/conf/FLOPPY index b01803a08e6..6fabcbf33c7 100644 --- a/sys/arch/sparc/conf/FLOPPY +++ b/sys/arch/sparc/conf/FLOPPY @@ -1,9 +1,12 @@ -# $OpenBSD: FLOPPY,v 1.13 1997/04/29 05:15:59 deraadt Exp $ +# $OpenBSD: FLOPPY,v 1.14 1997/06/22 21:42:40 downsj Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) machine sparc +# maxusers means mostly "let's get small" in terms of kernel malloc's +maxusers 2 + #option INSECURE # default to secure option TIMEZONE=0 # time zone to adjust RTC time by |