Add wsfont options.
This commit is contained in:
parent
dcb9f03bd3
commit
502ad73200
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: GENERIC,v 1.52 2000/02/08 12:10:56 tsubai Exp $
|
||||
# $NetBSD: GENERIC,v 1.53 2000/02/09 13:10:15 tsubai Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
||||
include "arch/macppc/conf/std.macppc"
|
||||
|
||||
#ident "GENERIC-$Revision: 1.52 $"
|
||||
#ident "GENERIC-$Revision: 1.53 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -114,6 +114,7 @@ options USBVERBOSE # verbose USB device autoconfig messages
|
|||
# wscons options
|
||||
#options WSEMUL_SUN # sun terminal emulation
|
||||
options WSEMUL_VT100 # VT100 / VT220 emulation
|
||||
options FONT_GALLANT12x22
|
||||
|
||||
# Kernel root file system and dump configuration.
|
||||
config netbsd root on ? type ?
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL,v 1.21 2000/02/08 12:13:50 tsubai Exp $
|
||||
# $NetBSD: INSTALL,v 1.22 2000/02/09 13:10:15 tsubai Exp $
|
||||
#
|
||||
# config file for INSTALL FLOPPY
|
||||
#
|
||||
|
@ -37,6 +37,7 @@ options NMBCLUSTERS=1024
|
|||
options NFS_BOOT_DHCP, NFS_BOOT_BOOTPARAM
|
||||
|
||||
options WSEMUL_VT100 # VT100 / VT220 emulation
|
||||
options FONT_GALLANT12x22
|
||||
|
||||
# Kernel root file system and dump configuration.
|
||||
config netbsd root on ? type ?
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: POWERMAC,v 1.20 2000/02/03 19:27:44 tsubai Exp $
|
||||
# $NetBSD: POWERMAC,v 1.21 2000/02/09 13:10:16 tsubai Exp $
|
||||
#
|
||||
# POWERMAC config file
|
||||
#
|
||||
|
@ -47,6 +47,7 @@ options PCIVERBOSE # verbose PCI device messages
|
|||
|
||||
#options ZS_TXDMA # Use dma on zs output
|
||||
options WSEMUL_VT100 # VT100 / VT220 emulation
|
||||
options FONT_GALLANT12x22
|
||||
|
||||
# Kernel root file system and dump configuration.
|
||||
config netbsd root on ? type ?
|
||||
|
|
Loading…
Reference in New Issue