mtdbg: use bigger font by default

git-svn-id: svn://kolibrios.org@7683 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2019-09-05 12:05:58 +00:00
parent e885b31ba8
commit 1f66ce3f11

View File

@ -12,7 +12,7 @@ WHITE_ON_BLACK = 2
;-----------------------------------------------------------------------------
; Font
FONT equ 0 ; 0 to 3
FONT equ 1 ; 0 to 3
FONT_MULTIPLIER equ 1 ; 1 to 8
;-----------------------------------------------------------------------------