Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amiga/conf Add options for console fonts



details:   https://anonhg.NetBSD.org/src/rev/d8588eaadb56
branches:  trunk
changeset: 525888:d8588eaadb56
user:      heinz <heinz%NetBSD.org@localhost>
date:      Fri Apr 19 16:30:27 2002 +0000

description:
Add options for console fonts

diffstat:

 sys/arch/amiga/conf/MDINSTALL |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 8e188528d245 -r d8588eaadb56 sys/arch/amiga/conf/MDINSTALL
--- a/sys/arch/amiga/conf/MDINSTALL     Fri Apr 19 16:29:17 2002 +0000
+++ b/sys/arch/amiga/conf/MDINSTALL     Fri Apr 19 16:30:27 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: MDINSTALL,v 1.10 2002/04/12 08:10:50 gmcgarry Exp $
+#      $NetBSD: MDINSTALL,v 1.11 2002/04/19 16:30:27 heinz Exp $
 
 #
 # INSTALL kernel for ramdisk installation
@@ -106,6 +106,11 @@
 options        GRF_SUPER72     # AGA Super-72
 #options       KFONT_8X11      # 8x11 font
 
+# select a font for the console according to the character set and keymap
+# you want to use
+options        KFONT_CONS_ISO8859_1
+#options         KFONT_CONS_ISO8859_2
+
 # This is how you would tell the kernel the A2410 oscillator frequencies:
 # The used frequencies are the defaults, and do not need option setting
 #options       ULOWELL_OSC1=36000000



Home | Main Index | Thread Index | Old Index