summaryrefslogtreecommitdiffstats
path: root/sys/conf
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 /sys/conf
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.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES4
1 files changed, 2 insertions, 2 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
OpenPOWER on IntegriCloud