From 89041bafbd0e605802b5e5964c9db297e972e7e0 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Tue, 13 Oct 1998 21:38:46 +0000 Subject: [PATCH] Sync up with some needed x86 options. --- sys/alpha/conf/GENERIC | 4 +++- sys/alpha/conf/NOTES | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index 2d90f6c06669..de12756674fc 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/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.7 1998/09/18 00:46:37 mjacob Exp $ +# $Id: GENERIC,v 1.8 1998/09/18 18:43:52 dfr Exp $ machine "alpha" cpu "EV4" @@ -31,6 +31,8 @@ options "DEC_3000_500" # DEC3000/[4-9]00 Flamingo/Sandpiper family options INET #InterNETworking options FFS #Berkeley Fast Filesystem options NFS #Network Filesystem +options MFS #Memory Filesystem +options MFS_ROOT #Memory Filesystem as rootfs options MSDOSFS #MSDOS Filesystem options "CD9660" #ISO 9660 Filesystem options "CD9660_ROOT" #CD-ROM usable as root device diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES index 2d90f6c06669..de12756674fc 100644 --- a/sys/alpha/conf/NOTES +++ b/sys/alpha/conf/NOTES @@ -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.7 1998/09/18 00:46:37 mjacob Exp $ +# $Id: GENERIC,v 1.8 1998/09/18 18:43:52 dfr Exp $ machine "alpha" cpu "EV4" @@ -31,6 +31,8 @@ options "DEC_3000_500" # DEC3000/[4-9]00 Flamingo/Sandpiper family options INET #InterNETworking options FFS #Berkeley Fast Filesystem options NFS #Network Filesystem +options MFS #Memory Filesystem +options MFS_ROOT #Memory Filesystem as rootfs options MSDOSFS #MSDOS Filesystem options "CD9660" #ISO 9660 Filesystem options "CD9660_ROOT" #CD-ROM usable as root device