summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1998-10-10 09:25:12 +0000
committerobrien <obrien@FreeBSD.org>1998-10-10 09:25:12 +0000
commiteb21e816c4b378a3c74cf2716c7abf0cc811a671 (patch)
tree2ae7f4cd81bd55daf0543174182ab098a843bd73 /sys/conf
parent5ea7bcdd7a5e28bec043a6dbc86d40dd338ff43b (diff)
downloadFreeBSD-src-eb21e816c4b378a3c74cf2716c7abf0cc811a671.zip
FreeBSD-src-eb21e816c4b378a3c74cf2716c7abf0cc811a671.tar.gz
Add GENERIC rev 1.124 changes
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 49959a6..18daa44 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.484 1998/10/07 03:42:44 gibbs Exp $
+# $Id: LINT,v 1.485 1998/10/07 13:51:46 obrien Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -491,6 +491,7 @@ device hfa0 #FORE PCA-200E ATM PCI
# One of these is mandatory:
options FFS #Fast filesystem
+options MFS #Memory File System
options NFS #Network File System
# The rest are optional:
@@ -498,7 +499,6 @@ options NFS #Network File System
options "CD9660" #ISO 9660 filesystem
options FDESC #File descriptor filesystem
options KERNFS #Kernel filesystem
-options MFS #Memory File System
options MSDOSFS #MS DOS File System
options NULLFS #NULL filesystem
options PORTAL #Portal filesystem
@@ -508,6 +508,7 @@ options UNION #Union filesystem
# The xFS_ROOT options REQUIRE the associated ``options xFS''
options "CD9660_ROOT" #CD-ROM usable as root device
options FFS_ROOT #FFS usable as root device
+options MFS_ROOT #MFS usable as root device
options NFS_ROOT #NFS usable as root device
# This code is still experimental (e.g. doesn't handle disk slices well).
# Also, 'options MFS' is currently incompatible with DEVFS.
OpenPOWER on IntegriCloud