]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
loader.efi: initial terminal size should base on UEFI terminal size
authorToomas Soome <tsoome@FreeBSD.org>
Wed, 13 Jan 2021 17:05:51 +0000 (19:05 +0200)
committerToomas Soome <tsoome@FreeBSD.org>
Wed, 13 Jan 2021 17:05:51 +0000 (19:05 +0200)
commit98c15d4dc28450688dcee6c6082d3a4d417b5d5d
tree9ad4ef144d71ebc0cc82a0055787e1f6eb155500
parent63c858a04d56529eddbddf85ad04fc8e99e73762
loader.efi: initial terminal size should base on UEFI terminal size

We do select font based on desired terminal size, we do query
UEFI terminal size with conout->QueryMode(), but by mistake, the fallback
values are used.
stand/efi/libefi/efi_console.c