PR/19925: David Ferlier: Add scrolling support to wscons
This commit is contained in:
parent
798847428e
commit
5369712097
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.607 2004/05/27 02:57:24 christos Exp $
|
||||
# $NetBSD: GENERIC,v 1.608 2004/05/28 21:44:51 christos Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.607 $"
|
||||
#ident "GENERIC-$Revision: 1.608 $"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
|
@ -233,6 +233,8 @@ options PCDISPLAY_SOFTCURSOR
|
|||
# if you want a really secure system, it may be better not to enable them,
|
||||
# see wsmoused(8), section SECURITY CONSIDERATIONS for more info.
|
||||
#options WSDISPLAY_CHARFUNCS # mouse console support
|
||||
# console scrolling support.
|
||||
#options WSDISPLAY_SCROLLSUPPORT
|
||||
# enable VGA raster mode capable of displaying multilingual text on console
|
||||
#options VGA_RASTERCONSOLE
|
||||
|
||||
|
|
Loading…
Reference in New Issue