diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1998-10-10 09:25:12 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-10-10 09:25:12 +0000 |
| commit | 32a023dc3f6b3a30825a26cb1004f77e3362e002 (patch) | |
| tree | 5cedb6f31469cef82cdfe426efe7aefd34d88907 | |
| parent | 322a4708b8795b06b66649d18652772e0030ef9c (diff) | |
Notes
| -rw-r--r-- | sys/conf/NOTES | 5 | ||||
| -rw-r--r-- | sys/i386/conf/LINT | 5 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 49959a6af8b1..18daa44c4e3a 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. diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 49959a6af8b1..18daa44c4e3a 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -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. diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 49959a6af8b1..18daa44c4e3a 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/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. |
