git: 6c789c55c4ba - main - loader: create built in font from bold font face

Toomas Soome tsoome at FreeBSD.org
Sat Jan 23 08:57:00 UTC 2021


The branch main has been updated by tsoome:

URL: https://cgit.FreeBSD.org/src/commit/?id=6c789c55c4ba11014bfd1b59942c204615412ba6

commit 6c789c55c4ba11014bfd1b59942c204615412ba6
Author:     Toomas Soome <tsoome at FreeBSD.org>
AuthorDate: 2021-01-22 11:06:58 +0000
Commit:     Toomas Soome <tsoome at FreeBSD.org>
CommitDate: 2021-01-23 08:53:30 +0000

    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}


More information about the dev-commits-src-all mailing list