From 5c6f82a20a1783b86ec34ca7a58a8d47e7c8ff10 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Fri, 14 Oct 1994 23:16:29 +0000 Subject: [PATCH] I added PROCFS back to the GENERIC kernels. ps(1) needs /proc, so almost any machine will load it anyway. --- sys/i386/conf/GENERICAH | 3 ++- sys/i386/conf/GENERICBT | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/i386/conf/GENERICAH b/sys/i386/conf/GENERICAH index 96c0c5ee4976..d946a6de6ce5 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 5862508f7a46..1c389cdc1f8a 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