I added PROCFS back to the GENERIC kernels. ps(1) needs /proc, so almost

any machine will load it anyway.
This commit is contained in:
Poul-Henning Kamp 1994-10-14 23:16:29 +00:00
parent 9410e304aa
commit 5c6f82a20a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3597
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#
# GENERICAH -- Generic machine with WD/AHx/NCR family disks
#
# $Id: GENERICAH,v 1.48 1994/09/28 22:57:22 wollman Exp $
# $Id: GENERICAH,v 1.49 1994/10/03 22:32:11 phk Exp $
#
machine "i386"
@ -14,6 +14,7 @@ maxusers 10
options MATH_EMULATE #Support for x87 emulation
options INET #InterNETworking
options FFS #Berkeley Fast File System
options PROCFS #Process filesystem
options NFS #Network File System
options "CD9660" #CD ISO9660 File System
options "COMPAT_43" #Compatible with BSD 4.3

View File

@ -1,7 +1,7 @@
#
# GENERICBT -- Generic machine with WD/BTx family disks
#
# $Id: GENERICBT,v 1.44 1994/09/28 22:57:23 wollman Exp $
# $Id: GENERICBT,v 1.45 1994/10/03 22:32:12 phk Exp $
#
machine "i386"
@ -14,6 +14,7 @@ maxusers 10
options MATH_EMULATE #Support for x87 emulation
options INET #InterNETworking
options FFS #Berkeley Fast File System
options PROCFS #Process filesystem
options NFS #Network File System
options "CD9660" #CD ISO9660 File System
options "COMPAT_43" #Compatible with BSD 4.3