summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1993-10-31 00:20:35 +0000
committerjkh <jkh@FreeBSD.org>1993-10-31 00:20:35 +0000
commit326f92d7d4e8513cc036d0ed52a86b5e14b35ffa (patch)
tree152bb727991fbaf42e94f8533fb738e83dd52fd2 /sys/conf
parent10ecafe61ad5ec733a343a6d5293eeb3a78db9b3 (diff)
downloadFreeBSD-src-326f92d7d4e8513cc036d0ed52a86b5e14b35ffa.zip
FreeBSD-src-326f92d7d4e8513cc036d0ed52a86b5e14b35ffa.tar.gz
Add example entries for syscons screen savers and cursor shape.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 290975b..0971229 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.20 1993/10/23 22:20:47 jkh Exp $
+# $Id: LINT,v 1.21 1993/10/23 22:55:43 jkh Exp $
#
machine "i386"
@@ -28,6 +28,9 @@ 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 "STAR_SAVER" #syscons "stars" screen saver
+options "SNAKE_SAVER" #syscons "snake" screen saver
options "TCP_COMPAT_42" #tcp/ip compatible with 4.2
options UCONSOLE #x console support
options XSERVER #xserver
OpenPOWER on IntegriCloud