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.
This commit is contained in:
Toomas Soome 2021-01-22 13:06:58 +02:00
parent f302fd1aa6
commit 6c789c55c4
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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}