Added the following line to all the supplied config files to shut up the

config program until this thing is fixed correctly.

maxfdescs	2048			#Max file descriptors per process
This commit is contained in:
Rodney W. Grimes 1993-08-26 17:55:59 +00:00
parent 4d3ced8b84
commit 22665bad1f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=335
6 changed files with 12 additions and 6 deletions

View File

@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
# $Id$
# $Id: LINT,v 1.1 1993/08/22 02:59:49 rgrimes Exp $
#
machine "i386"
@ -12,6 +12,7 @@ cpu "i386"
ident LINT
timezone 8 dst
maxusers 10
maxfdescs 2048 #Max file descriptors per process
config "386bsd" root on wd0 swap on wd0 and sd0

View File

@ -1,7 +1,7 @@
#
# GENERICAH -- Generic machine with WD/AHx family disks
#
# $Id$
# $Id: GENERICAH,v 1.4 1993/08/21 23:46:41 rgrimes Exp $
#
machine "i386"
@ -9,6 +9,7 @@ cpu "i386"
ident GENERICAH
timezone 8 dst
maxusers 10
maxfdescs 2048 #Max file descriptors per process
options INET #InterNETworking
options ISOFS #ISO File System
options NFS #Network File System

View File

@ -1,7 +1,7 @@
#
# GENERICBT -- Generic machine with WD/BTx family disks
#
# $Id$
# $Id: GENERICBT,v 1.1 1993/08/21 23:46:42 rgrimes Exp $
#
machine "i386"
@ -9,6 +9,7 @@ cpu "i386"
ident GENERICBT
timezone 8 dst
maxusers 10
maxfdescs 2048 #Max file descriptors per process
options INET #InterNETworking
options ISOFS #ISO File System
options NFS #Network File System

View File

@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
# $Id$
# $Id: LINT,v 1.1 1993/08/22 02:59:49 rgrimes Exp $
#
machine "i386"
@ -12,6 +12,7 @@ cpu "i386"
ident LINT
timezone 8 dst
maxusers 10
maxfdescs 2048 #Max file descriptors per process
config "386bsd" root on wd0 swap on wd0 and sd0

View File

@ -4,7 +4,7 @@
#
# This kernel is NOT MEANT to be runnable!
#
# $Id$
# $Id: LINT,v 1.1 1993/08/22 02:59:49 rgrimes Exp $
#
machine "i386"
@ -12,6 +12,7 @@ cpu "i386"
ident LINT
timezone 8 dst
maxusers 10
maxfdescs 2048 #Max file descriptors per process
config "386bsd" root on wd0 swap on wd0 and sd0

View File

@ -1,7 +1,7 @@
#
# SYSCONS -- Generic machine with WD/AHx family disks and syscons
#
# $Id$
# $Id: SYSCONS,v 1.2 1993/08/21 23:48:06 rgrimes Exp $
#
machine "i386"
@ -9,6 +9,7 @@ cpu "i386"
ident SYSCONS
timezone 8 dst
maxusers 10
maxfdescs 2048 #Max file descriptors per process
options INET #InterNETworking
options ISOFS #ISO File System
options NFS #Network File System