The FDESC filesystem is definately not needed in the GENERIC kernels.

This commit is contained in:
David Greenman 1994-09-28 22:46:22 +00:00
parent 5ea9b26376
commit 97643f6f38
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3179
2 changed files with 2 additions and 4 deletions

View file

@ -1,7 +1,7 @@
#
# GENERICAH -- Generic machine with WD/AHx/NCR family disks
#
# $Id: GENERICAH,v 1.44 1994/09/22 19:37:25 wollman Exp $
# $Id: GENERICAH,v 1.45 1994/09/26 16:15:04 jkh Exp $
#
machine "i386"
@ -17,7 +17,6 @@ options INET #InterNETworking
options FFS #Berkeley Fast File System
options NFS #Network File System
options PROCFS #Process File System
options FDESC #File Descriptor File System
options "CD9660" #CD ISO9660 File System
options "COMPAT_43" #Compatible with BSD 4.3
#options "TCP_COMPAT_42" #TCP/IP compatible with 4.2

View file

@ -1,7 +1,7 @@
#
# GENERICBT -- Generic machine with WD/BTx family disks
#
# $Id: GENERICBT,v 1.40 1994/09/16 20:14:03 wollman Exp $
# $Id: GENERICBT,v 1.41 1994/09/22 19:37:27 wollman Exp $
#
machine "i386"
@ -17,7 +17,6 @@ options INET #InterNETworking
options FFS #Berkeley Fast File System
options NFS #Network File System
options PROCFS #Process File System
options FDESC #/dev/fd file system
options "CD9660" #CD ISO9660 File System
options "COMPAT_43" #Compatible with BSD 4.3
#options "TCP_COMPAT_42" #TCP/IP compatible with 4.2