Module Name:    src
Committed By:   macallan
Date:           Wed Jan 11 16:29:32 UTC 2012

Modified Files:
        src/sys/arch/macppc/conf: INSTALL

Log Message:
include a big and a small font now that rasops should pick the one more
appropriate for whatever video mode we're in


To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 src/sys/arch/macppc/conf/INSTALL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/macppc/conf/INSTALL
diff -u src/sys/arch/macppc/conf/INSTALL:1.113 src/sys/arch/macppc/conf/INSTALL:1.114
--- src/sys/arch/macppc/conf/INSTALL:1.113	Sun Dec 18 05:49:29 2011
+++ src/sys/arch/macppc/conf/INSTALL	Wed Jan 11 16:29:32 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: INSTALL,v 1.113 2011/12/18 05:49:29 dholland Exp $
+#	$NetBSD: INSTALL,v 1.114 2012/01/11 16:29:32 macallan Exp $
 #
 # config file for INSTALL FLOPPY
 #
@@ -55,7 +55,8 @@ options 	INET6		# IPV6
 options 	NFS_BOOT_DHCP	# Support DHCP NFS root
 
 options 	WSEMUL_VT100	# VT100 / VT220 emulation
-options 	FONT_SONY8x16
+options 	FONT_GALLANT12x22	# big, Sun-like font
+options 	FONT_QVSS8x15		# a smaller font for lower resolutions
 
 # Kernel root file system and dump configuration.
 config		netbsd	root on ? type ?

Reply via email to