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.
This commit is contained in:
parent
c750557cbe
commit
6d873e8a1d
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user