default to a black on white console, with green kernel output
This commit is contained in:
parent
dfd5d19b24
commit
0d73c74b90
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.227 2006/02/10 20:59:33 macallan Exp $
|
||||
# $NetBSD: GENERIC,v 1.228 2006/02/16 02:18:50 macallan Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/macppc/conf/std.macppc"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.227 $"
|
||||
#ident "GENERIC-$Revision: 1.228 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -171,6 +171,14 @@ options USBVERBOSE # verbose USB device autoconfig messages
|
|||
# wscons options
|
||||
#options WSEMUL_SUN # sun terminal emulation
|
||||
options WSEMUL_VT100 # VT100 / VT220 emulation
|
||||
|
||||
options WS_DEFAULT_FG=WSCOL_BLACK
|
||||
options WS_DEFAULT_BG=WSCOL_LIGHT_WHITE
|
||||
options WS_KERNEL_FG=WSCOL_GREEN
|
||||
options WS_KERNEL_BG=WSCOL_LIGHT_WHITE
|
||||
|
||||
#options FONT_GALLANT12x22
|
||||
|
||||
#options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
|
||||
options FONT_GALLANT12x22
|
||||
|
||||
|
|
Loading…
Reference in New Issue