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
6 changed files with 12 additions and 6 deletions
+2 -1
View File
@@ -4,7 +4,7 @@
# #
# This kernel is NOT MEANT to be runnable! # This kernel is NOT MEANT to be runnable!
# #
# $Id$ # $Id: LINT,v 1.1 1993/08/22 02:59:49 rgrimes Exp $
# #
machine "i386" machine "i386"
@@ -12,6 +12,7 @@ cpu "i386"
ident LINT ident LINT
timezone 8 dst timezone 8 dst
maxusers 10 maxusers 10
maxfdescs 2048 #Max file descriptors per process
config "386bsd" root on wd0 swap on wd0 and sd0 config "386bsd" root on wd0 swap on wd0 and sd0
+2 -1
View File
@@ -1,7 +1,7 @@
# #
# GENERICAH -- Generic machine with WD/AHx family disks # GENERICAH -- Generic machine with WD/AHx family disks
# #
# $Id$ # $Id: GENERICAH,v 1.4 1993/08/21 23:46:41 rgrimes Exp $
# #
machine "i386" machine "i386"
@@ -9,6 +9,7 @@ cpu "i386"
ident GENERICAH ident GENERICAH
timezone 8 dst timezone 8 dst
maxusers 10 maxusers 10
maxfdescs 2048 #Max file descriptors per process
options INET #InterNETworking options INET #InterNETworking
options ISOFS #ISO File System options ISOFS #ISO File System
options NFS #Network File System options NFS #Network File System
+2 -1
View File
@@ -1,7 +1,7 @@
# #
# GENERICBT -- Generic machine with WD/BTx family disks # GENERICBT -- Generic machine with WD/BTx family disks
# #
# $Id$ # $Id: GENERICBT,v 1.1 1993/08/21 23:46:42 rgrimes Exp $
# #
machine "i386" machine "i386"
@@ -9,6 +9,7 @@ cpu "i386"
ident GENERICBT ident GENERICBT
timezone 8 dst timezone 8 dst
maxusers 10 maxusers 10
maxfdescs 2048 #Max file descriptors per process
options INET #InterNETworking options INET #InterNETworking
options ISOFS #ISO File System options ISOFS #ISO File System
options NFS #Network File System options NFS #Network File System
+2 -1
View File
@@ -4,7 +4,7 @@
# #
# This kernel is NOT MEANT to be runnable! # This kernel is NOT MEANT to be runnable!
# #
# $Id$ # $Id: LINT,v 1.1 1993/08/22 02:59:49 rgrimes Exp $
# #
machine "i386" machine "i386"
@@ -12,6 +12,7 @@ cpu "i386"
ident LINT ident LINT
timezone 8 dst timezone 8 dst
maxusers 10 maxusers 10
maxfdescs 2048 #Max file descriptors per process
config "386bsd" root on wd0 swap on wd0 and sd0 config "386bsd" root on wd0 swap on wd0 and sd0
+2 -1
View File
@@ -4,7 +4,7 @@
# #
# This kernel is NOT MEANT to be runnable! # This kernel is NOT MEANT to be runnable!
# #
# $Id$ # $Id: LINT,v 1.1 1993/08/22 02:59:49 rgrimes Exp $
# #
machine "i386" machine "i386"
@@ -12,6 +12,7 @@ cpu "i386"
ident LINT ident LINT
timezone 8 dst timezone 8 dst
maxusers 10 maxusers 10
maxfdescs 2048 #Max file descriptors per process
config "386bsd" root on wd0 swap on wd0 and sd0 config "386bsd" root on wd0 swap on wd0 and sd0
+2 -1
View File
@@ -1,7 +1,7 @@
# #
# SYSCONS -- Generic machine with WD/AHx family disks and syscons # 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" machine "i386"
@@ -9,6 +9,7 @@ cpu "i386"
ident SYSCONS ident SYSCONS
timezone 8 dst timezone 8 dst
maxusers 10 maxusers 10
maxfdescs 2048 #Max file descriptors per process
options INET #InterNETworking options INET #InterNETworking
options ISOFS #ISO File System options ISOFS #ISO File System
options NFS #Network File System options NFS #Network File System