aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1994-08-09 08:17:09 +0000
committerDavid Greenman <dg@FreeBSD.org>1994-08-09 08:17:09 +0000
commite9b3179b9771203e6895adf61667bd1596417a98 (patch)
tree5499e6f587508c18b734c5f53a4e9240cd83d37e /sys
parent9b9185af8d4bd58e26ccfeb65588df2ba2af2ecc (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/conf/GENERICAH22
-rw-r--r--sys/i386/conf/GENERICBT24
2 files changed, 31 insertions, 15 deletions
diff --git a/sys/i386/conf/GENERICAH b/sys/i386/conf/GENERICAH
index 0e98a3db4a07..720cd888c7bc 100644
--- a/sys/i386/conf/GENERICAH
+++ b/sys/i386/conf/GENERICAH
@@ -1,29 +1,37 @@
#
# GENERICAH -- Generic machine with WD/AHx family disks
#
-# $Id: GENERICAH,v 1.32 1994/05/19 10:55:32 jkh Exp $
+# $Id: GENERICAH,v 1.35 1994/07/28 05:53:43 davidg Exp $
#
machine "i386"
cpu "I386_CPU"
cpu "I486_CPU"
ident GENERICAH
-timezone 8 dst
maxusers 10
+
options MATH_EMULATE #Support for x87 emulation
options INET #InterNETworking
+#options GATEWAY #Host is a Gateway (forwards packets)
+options MULTICAST #IP Multicasting support
+options MROUTING #IP Multicast Routing
options FFS #Berkeley Fast File System
+options LFS #Log File System
+options MFS #Memory File System
+options NFS #Network File System
+options PROCFS #Process File System
options KERNFS #Kernel File System
options FDESC #File Descriptor File System
-options MFS #Memory File System
+options PORTAL #Portal File System
+options UNION #Union File System
+options NULLFS #NULL File System
+options UMAPFS #UID Map File System
options "CD9660" #CD ISO9660 File System
-options NFS #Network File System
+options FIFO #Support for FIFO files
options "COMPAT_43" #Compatible with BSD 4.3
-options "TCP_COMPAT_42" #TCP/IP compatible with 4.2
-options XSERVER #Xserver
+#options "TCP_COMPAT_42" #TCP/IP compatible with 4.2
options UCONSOLE #X Console support
options "FAT_CURSOR" #block cursor in syscons or pccons
-#options GATEWAY #Host is a Gateway (forwards packets)
options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device
options "NCONS=4" #4 virtual consoles
options "STAR_SAVER" #syscons "stars" screen saver
diff --git a/sys/i386/conf/GENERICBT b/sys/i386/conf/GENERICBT
index 7df05d4181a3..246a20e8f32f 100644
--- a/sys/i386/conf/GENERICBT
+++ b/sys/i386/conf/GENERICBT
@@ -1,32 +1,40 @@
#
# GENERICBT -- Generic machine with WD/BTx family disks
#
-# $Id: GENERICBT,v 1.32 1994/05/19 10:55:34 jkh Exp $
+# $Id: GENERICBT,v 1.35 1994/07/28 05:53:44 davidg Exp $
#
machine "i386"
cpu "I386_CPU"
cpu "I486_CPU"
ident GENERICBT
-timezone 8 dst
maxusers 10
+
options MATH_EMULATE #Support for x87 emulation
options INET #InterNETworking
+#options GATEWAY #Host is a Gateway (forwards packets)
+options MULTICAST #IP Multicasting support
+options MROUTING #IP Multicast Routing
options FFS #Berkeley Fast File System
+options LFS #Log File System
+options MFS #Memory File System
+options NFS #Network File System
+options PROCFS #Process File System
options KERNFS #Kernel File System
options FDESC #File Descriptor File System
-options MFS #Memory File System
+options PORTAL #Portal File System
+options UNION #Union File System
+options NULLFS #NULL File System
+options UMAPFS #UID Map File System
options "CD9660" #CD ISO9660 File System
-options NFS #Network File System
+options FIFO #Support for FIFO files
options "COMPAT_43" #Compatible with BSD 4.3
-options "TCP_COMPAT_42" #TCP/IP compatible with 4.2
-options XSERVER #Xserver
+#options "TCP_COMPAT_42" #TCP/IP compatible with 4.2
options UCONSOLE #X Console support
options "FAT_CURSOR" #block cursor in syscons or pccons
-#options GATEWAY #Host is a Gateway (forwards packets)
+options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device
options "NCONS=4" #4 virtual consoles
options "STAR_SAVER" #syscons "stars" screen saver
-options "SCSI_DELAY=15" #Be pessimistic about Joe SCSI device
config kernel root on wd0 swap on wd0 and wd1 and sd0 and sd1 dumps on wd0