From 6c789c55c4ba11014bfd1b59942c204615412ba6 Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Fri, 22 Jan 2021 13:06:58 +0200 Subject: [PATCH] loader: create built in font from bold font face We did replace full version of default font 8x16v with bold, also use bold version for built in font. --- stand/efi/loader/Makefile | 2 +- stand/i386/loader/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stand/efi/loader/Makefile b/stand/efi/loader/Makefile index f7032c78926d..dd25c940e0e9 100644 --- a/stand/efi/loader/Makefile +++ b/stand/efi/loader/Makefile @@ -87,7 +87,7 @@ VERSION_FILE= ${.CURDIR}/../loader/version CLEANFILES+= 8x16.c -8x16.c: ${SRCTOP}/contrib/terminus/ter-u16v.bdf +8x16.c: ${SRCTOP}/contrib/terminus/ter-u16b.bdf vtfontcvt -f compressed-source -o ${.TARGET} ${.ALLSRC} FILES+= ${LOADER}.efi diff --git a/stand/i386/loader/Makefile b/stand/i386/loader/Makefile index e80e19dfb9e6..ad95948ec50a 100644 --- a/stand/i386/loader/Makefile +++ b/stand/i386/loader/Makefile @@ -70,7 +70,7 @@ CFLAGS+= -I${BOOTSRC}/i386 #CFLAGS+= -g #LDFLAGS+= -g -8x16.c: ${SRCTOP}/contrib/terminus/ter-u16v.bdf +8x16.c: ${SRCTOP}/contrib/terminus/ter-u16b.bdf vtfontcvt -f compressed-source -o ${.TARGET} ${.ALLSRC} ${LOADER}: ${LOADER}.bin ${BTXLDR} ${BTXKERN}