summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-10-14 23:16:29 +0000
committerphk <phk@FreeBSD.org>1994-10-14 23:16:29 +0000
commit20388ecc893dd42ffbd87916232749bc8cf62923 (patch)
treecf47980ae1e313f45c0b6b7aca1b44d1c616cef7 /sys
parent4132b1981b8426baa74f304b11c58d31702f69fd (diff)
downloadFreeBSD-src-20388ecc893dd42ffbd87916232749bc8cf62923.zip
FreeBSD-src-20388ecc893dd42ffbd87916232749bc8cf62923.tar.gz
I added PROCFS back to the GENERIC kernels. ps(1) needs /proc, so almost
any machine will load it anyway.
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/conf/GENERICAH3
-rw-r--r--sys/i386/conf/GENERICBT3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/i386/conf/GENERICAH b/sys/i386/conf/GENERICAH
index 96c0c5e..d946a6d 100644
--- a/sys/i386/conf/GENERICAH
+++ b/sys/i386/conf/GENERICAH
@@ -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
diff --git a/sys/i386/conf/GENERICBT b/sys/i386/conf/GENERICBT
index 5862508..1c389cd 100644
--- a/sys/i386/conf/GENERICBT
+++ b/sys/i386/conf/GENERICBT
@@ -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
OpenPOWER on IntegriCloud