Added the option FAT_CURSOR into the GENERIC kernel descriptions for
authorAndreas Schulz <ats@g386bsd.first.bmd.de>
Wed, 3 Nov 1993 20:02:23 +0000 (20:02 +0000)
committerAndreas Schulz <ats@g386bsd.first.bmd.de>
Wed, 3 Nov 1993 20:02:23 +0000 (20:02 +0000)
pccons or syscons usage. Modified comment in LINT for FAT_CURSOR.
Now the FAT_CURSOR can be controlled over the option, instead of hacking
syscons.c and pccons.c.

sys/i386/conf/GENERICAH
sys/i386/conf/GENERICBT
sys/i386/conf/GENERICWX
sys/i386/conf/LINT

index b30211f..1e7dce9 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.15 1993/10/16 12:28:32 rgrimes Exp $
+#      $Id: GENERICAH,v 1.16 1993/10/19 01:28:07 rgrimes Exp $
 #
 
 machine                "i386"
 #
 
 machine                "i386"
@@ -20,6 +20,7 @@ options               "COMPAT_43"             #Compatible with BSD 4.3
 options                "TCP_COMPAT_42"         #TCP/IP compatible with 4.2
 options                XSERVER                 #Xserver
 options                UCONSOLE                #X Console support
 options                "TCP_COMPAT_42"         #TCP/IP compatible with 4.2
 options                XSERVER                 #Xserver
 options                UCONSOLE                #X Console support
+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
 #options       GATEWAY                 #Host is a Gateway (forwards packets)
 
 config         "386bsd"        root on wd0 swap on wd0 and sd0
index 7c91d1d..9ac2d9f 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.14 1993/10/16 12:28:33 rgrimes Exp $
+#      $Id: GENERICBT,v 1.15 1993/10/19 01:28:08 rgrimes Exp $
 #
 
 machine                "i386"
 #
 
 machine                "i386"
@@ -20,6 +20,7 @@ options               "COMPAT_43"             #Compatible with BSD 4.3
 options                "TCP_COMPAT_42"         #TCP/IP compatible with 4.2
 options                XSERVER                 #Xserver
 options                UCONSOLE                #X Console support
 options                "TCP_COMPAT_42"         #TCP/IP compatible with 4.2
 options                XSERVER                 #Xserver
 options                UCONSOLE                #X Console support
+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
 #options       GATEWAY                 #Host is a Gateway (forwards packets)
 
 config         "386bsd"        root on wd0 swap on wd0 and sd0
index ba9c61d..20e45c5 100644 (file)
@@ -1,7 +1,7 @@
 #
 # GENERICWX -- Generic machine with alternative WD/IDE driver
 #
 #
 # GENERICWX -- Generic machine with alternative WD/IDE driver
 #
-#      $Id: GENERICWX,v 1.16 1993/10/19 01:28:07 rgrimes Exp $
+#      $Id: GENERICWX,v 1.1 1993/10/26 22:29:41 nate Exp $
 #
 
 machine                "i386"
 #
 
 machine                "i386"
@@ -20,6 +20,7 @@ options               "COMPAT_43"             #Compatible with BSD 4.3
 options                "TCP_COMPAT_42"         #TCP/IP compatible with 4.2
 options                XSERVER                 #Xserver
 options                UCONSOLE                #X Console support
 options                "TCP_COMPAT_42"         #TCP/IP compatible with 4.2
 options                XSERVER                 #Xserver
 options                UCONSOLE                #X Console support
+options                "FAT_CURSOR"            #block cursor in syscons or pccons
 #options       GATEWAY                 #Host is a Gateway (forwards packets)
 
 config         "386bsd"        root on wx0 swap on wx0 and sd0
 #options       GATEWAY                 #Host is a Gateway (forwards packets)
 
 config         "386bsd"        root on wx0 swap on wx0 and sd0
index 0971229..48a1f43 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.21 1993/10/23 22:55:43 jkh Exp $
+#      $Id: LINT,v 1.22 1993/10/31 00:20:35 jkh Exp $
 #
 
 machine                "i386"
 #
 
 machine                "i386"
@@ -28,7 +28,7 @@ options               "SYMTAB_SPACE=102452"   #This kernel needs LOTS of symtable
 options                GATEWAY                 #internetwork gateway
 options                KTRACE                  #kernel tracing
 options                "NCONS=8"               #number of syscons virtual consoles
 options                GATEWAY                 #internetwork gateway
 options                KTRACE                  #kernel tracing
 options                "NCONS=8"               #number of syscons virtual consoles
-options                "FAT_CURSOR"            #block cursor in syscons
+options                "FAT_CURSOR"            #block cursor in syscons or pccons
 options                "STAR_SAVER"            #syscons "stars" screen saver
 options                "SNAKE_SAVER"           #syscons "snake" screen saver
 options                "TCP_COMPAT_42"         #tcp/ip compatible with 4.2
 options                "STAR_SAVER"            #syscons "stars" screen saver
 options                "SNAKE_SAVER"           #syscons "snake" screen saver
 options                "TCP_COMPAT_42"         #tcp/ip compatible with 4.2