diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 5b6142acb26c..adf15a730177 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -1,7 +1,7 @@ # # GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks # -# $Id: GENERIC,v 1.8 1994/11/03 15:51:36 jkh Exp $ +# $Id: GENERIC,v 1.9 1994/11/05 07:38:50 jkh Exp $ # machine "i386" @@ -16,7 +16,7 @@ options INET #InterNETworking options FFS #Berkeley Fast Filesystem options NFS #Network Filesystem options MSDOSFS #MSDOS Filesystem -options CD9660 #ISO 9660 Filesystem +options "CD9660" #ISO 9660 Filesystem options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 options UCONSOLE #X Console support diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 5b6142acb26c..adf15a730177 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -1,7 +1,7 @@ # # GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks # -# $Id: GENERIC,v 1.8 1994/11/03 15:51:36 jkh Exp $ +# $Id: GENERIC,v 1.9 1994/11/05 07:38:50 jkh Exp $ # machine "i386" @@ -16,7 +16,7 @@ options INET #InterNETworking options FFS #Berkeley Fast Filesystem options NFS #Network Filesystem options MSDOSFS #MSDOS Filesystem -options CD9660 #ISO 9660 Filesystem +options "CD9660" #ISO 9660 Filesystem options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 options UCONSOLE #X Console support