Note that PROCFS is mandatory at this time- until we fix the

ptrace code to not call things directly from procfs we can't
very well have procfs be a module.
This commit is contained in:
Matt Jacob 2001-10-11 18:36:41 +00:00
parent fa78c35ad2
commit 458c32f2e8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84816
2 changed files with 4 additions and 0 deletions

View File

@ -58,6 +58,8 @@ options NFSSERVER #Network Filesystem Server
options NFS_ROOT #NFS usable as root device
options MSDOSFS #MSDOS Filesystem
options CD9660 #ISO 9660 Filesystem
#XXX: N.B. - PROCFS IS REQUIRED FOR NOW BECAUSE CORE PTRACE CODE USES PIECES
#XXX: FROM IT. THIS WILL BE ADDRESSES SOONER OR LATER
options PROCFS #Process filesystem
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI

View File

@ -58,6 +58,8 @@ options NFSSERVER #Network Filesystem Server
options NFS_ROOT #NFS usable as root device
options MSDOSFS #MSDOS Filesystem
options CD9660 #ISO 9660 Filesystem
#XXX: N.B. - PROCFS IS REQUIRED FOR NOW BECAUSE CORE PTRACE CODE USES PIECES
#XXX: FROM IT. THIS WILL BE ADDRESSES SOONER OR LATER
options PROCFS #Process filesystem
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI