summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-10-10 08:13:58 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-10-10 08:13:58 +0000
commitcbe7e08892aeff9b202184b6d4dc40b511b330db (patch)
treeca5049b5fdf3dc13e1fe0e5451118249c02f907d
parenta33b93ff3121e1b61800c5385f7fd392f9d3c09c (diff)
Notes
-rw-r--r--sys/amd64/conf/GENERIC4
-rw-r--r--sys/i386/conf/GENERIC4
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index d54d3b4cf047..98769b7d7c20 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
-# $Id: GENERIC,v 1.122 1998/10/07 03:42:44 gibbs Exp $
+# $Id: GENERIC,v 1.123 1998/10/07 13:51:45 obrien Exp $
machine "i386"
cpu "I386_CPU"
@@ -25,6 +25,8 @@ options MATH_EMULATE #Support for x87 emulation
options INET #InterNETworking
options FFS #Berkeley Fast Filesystem
options FFS_ROOT #FFS usable as root device [keep this!]
+options MFS #Memory Filesystem
+options MFS_ROOT #MFS usable as root device, "MFS" req'ed
options NFS #Network Filesystem
options NFS_ROOT #NFS usable as root device, "NFS" req'ed
options MSDOSFS #MSDOS Filesystem
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index d54d3b4cf047..98769b7d7c20 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
-# $Id: GENERIC,v 1.122 1998/10/07 03:42:44 gibbs Exp $
+# $Id: GENERIC,v 1.123 1998/10/07 13:51:45 obrien Exp $
machine "i386"
cpu "I386_CPU"
@@ -25,6 +25,8 @@ options MATH_EMULATE #Support for x87 emulation
options INET #InterNETworking
options FFS #Berkeley Fast Filesystem
options FFS_ROOT #FFS usable as root device [keep this!]
+options MFS #Memory Filesystem
+options MFS_ROOT #MFS usable as root device, "MFS" req'ed
options NFS #Network Filesystem
options NFS_ROOT #NFS usable as root device, "NFS" req'ed
options MSDOSFS #MSDOS Filesystem