mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 23:19:00 +00:00
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:
parent
9410e304aa
commit
5c6f82a20a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3597
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user