Added dumps on wd0 to the end of all config lines so people know about it
authorRod Grimes <rgrimes@FreeBSD.org>
Wed, 5 Jan 1994 14:56:50 +0000 (14:56 +0000)
committerRod Grimes <rgrimes@FreeBSD.org>
Wed, 5 Jan 1994 14:56:50 +0000 (14:56 +0000)
and can change it.  This really won't change the kernels, it just documents
how to do the dumps on option.

sys/i386/conf/GENERICAH
sys/i386/conf/GENERICBT
sys/i386/conf/LINT
sys/i386/conf/SYSCONS

index 2e3a013..976531d 100644 (file)
@@ -1,7 +1,7 @@
 #
 # GENERICAH -- Generic machine with WD/AHx family disks
 #
 #
 # GENERICAH -- Generic machine with WD/AHx family disks
 #
-#      $Id: GENERICAH,v 1.19 1993/12/19 00:49:48 wollman Exp $
+#      $Id: GENERICAH,v 1.20 1994/01/04 20:10:30 nate Exp $
 #
 
 machine                "i386"
 #
 
 machine                "i386"
@@ -24,7 +24,7 @@ options               UCONSOLE                #X Console support
 options                "FAT_CURSOR"            #block cursor in syscons or pccons
 #options       GATEWAY                 #Host is a Gateway (forwards packets)
 
 options                "FAT_CURSOR"            #block cursor in syscons or pccons
 #options       GATEWAY                 #Host is a Gateway (forwards packets)
 
-config         "386bsd"        root on wd0 swap on wd0 and sd0
+config         "386bsd"        root on wd0 swap on wd0 and sd0 dumps on wd0
 
 controller     isa0
 
 
 controller     isa0
 
index 818bb98..351c96d 100644 (file)
@@ -1,7 +1,7 @@
 #
 # GENERICBT -- Generic machine with WD/BTx family disks
 #
 #
 # GENERICBT -- Generic machine with WD/BTx family disks
 #
-#      $Id: GENERICBT,v 1.18 1993/12/19 00:49:49 wollman Exp $
+#      $Id: GENERICBT,v 1.19 1994/01/04 20:10:32 nate Exp $
 #
 
 machine                "i386"
 #
 
 machine                "i386"
@@ -24,7 +24,7 @@ options               UCONSOLE                #X Console support
 options                "FAT_CURSOR"            #block cursor in syscons or pccons
 #options       GATEWAY                 #Host is a Gateway (forwards packets)
 
 options                "FAT_CURSOR"            #block cursor in syscons or pccons
 #options       GATEWAY                 #Host is a Gateway (forwards packets)
 
-config         "386bsd"        root on wd0 swap on wd0 and sd0
+config         "386bsd"        root on wd0 swap on wd0 and sd0 dumps on wd0
 
 controller     isa0
 
 
 controller     isa0
 
index d814118..7badd7c 100644 (file)
@@ -4,7 +4,7 @@
 #
 #      This kernel is NOT MEANT to be runnable!
 #
 #
 #      This kernel is NOT MEANT to be runnable!
 #
-#      $Id: LINT,v 1.34 1993/12/19 22:45:13 wollman Exp $
+#      $Id: LINT,v 1.35 1994/01/04 20:10:33 nate Exp $
 #
 
 machine                "i386"
 #
 
 machine                "i386"
@@ -16,7 +16,7 @@ maxusers      10
 maxfdescs      2048                    #Max file descriptors per process
 options                MATH_EMULATE            #Support for x87 emulation
 
 maxfdescs      2048                    #Max file descriptors per process
 options                MATH_EMULATE            #Support for x87 emulation
 
-config         "386bsd"        at 0xFE100000 root on wd0 swap on wd0 and sd0
+config         "386bsd"        at 0xFE100000 root on wd0 swap on wd0 and sd0 dumps on wd0
 
 #
 # options that appear as inline #ifdef's
 
 #
 # options that appear as inline #ifdef's
index 5ea1ab1..62764d2 100644 (file)
@@ -1,7 +1,7 @@
 #
 # SYSCONS -- Generic machine with WD/AHx family disks and syscons
 #
 #
 # SYSCONS -- Generic machine with WD/AHx family disks and syscons
 #
-#      $Id: SYSCONS,v 1.13 1993/10/31 00:21:46 jkh Exp $
+#      $Id: SYSCONS,v 1.14 1994/01/04 20:10:34 nate Exp $
 #
 
 machine                "i386"
 #
 
 machine                "i386"
@@ -25,7 +25,7 @@ options               "FAT_CURSOR"            #block cursor in syscons
 options                "STAR_SAVER"            #syscons "stars" screen saver
 #options       GATEWAY                 #Host is a Gateway (forwards packets)
 
 options                "STAR_SAVER"            #syscons "stars" screen saver
 #options       GATEWAY                 #Host is a Gateway (forwards packets)
 
-config         "386bsd"        root on wd0 swap on wd0 and sd0
+config         "386bsd"        root on wd0 swap on wd0 and sd0 dumps on wd0
 
 controller     isa0
 
 
 controller     isa0