summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1993-11-03 20:02:23 +0000
committerats <ats@FreeBSD.org>1993-11-03 20:02:23 +0000
commit308fa6388565a27227005bba177573381daa6f3c (patch)
treef9922da633787802b354242461a4c5e53901800c
parent6b63e50d738c93f1a3d2d55c1baf202b86b8db2e (diff)
downloadFreeBSD-src-308fa6388565a27227005bba177573381daa6f3c.zip
FreeBSD-src-308fa6388565a27227005bba177573381daa6f3c.tar.gz
Added the option FAT_CURSOR into the GENERIC kernel descriptions for
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.
-rw-r--r--sys/conf/NOTES4
-rw-r--r--sys/i386/conf/GENERICAH3
-rw-r--r--sys/i386/conf/GENERICBT3
-rw-r--r--sys/i386/conf/LINT4
-rw-r--r--sys/i386/conf/NOTES4
5 files changed, 10 insertions, 8 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 0971229..48a1f43 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -4,7 +4,7 @@
#
# 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"
@@ -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 "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
diff --git a/sys/i386/conf/GENERICAH b/sys/i386/conf/GENERICAH
index b30211f..1e7dce9 100644
--- a/sys/i386/conf/GENERICAH
+++ b/sys/i386/conf/GENERICAH
@@ -1,7 +1,7 @@
#
# 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"
@@ -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 "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
diff --git a/sys/i386/conf/GENERICBT b/sys/i386/conf/GENERICBT
index 7c91d1d..9ac2d9f 100644
--- a/sys/i386/conf/GENERICBT
+++ b/sys/i386/conf/GENERICBT
@@ -1,7 +1,7 @@
#
# 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"
@@ -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 "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
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 0971229..48a1f43 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -4,7 +4,7 @@
#
# 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"
@@ -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 "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
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 0971229..48a1f43 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -4,7 +4,7 @@
#
# 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"
@@ -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 "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
OpenPOWER on IntegriCloud