HomeFreeBSD

loader: Fix boot menu on BIOS

Description

loader: Fix boot menu on BIOS

Only the gfx-enabled boot loader supports unicode. Otherwise, we have to
use the old cons25 / ibmpc upper code page drawing characters. Check to
see if we have the gfx.term_drawbox function. If we do, we support the
unicode drawing characters. If we don't, then we have an older loader
that doesn't support it *OR* we have the reduced function, text-only
boot loader. In either of those cases, we need to use the old graphics
characters. Abstract all those details into core.hasUnicode function.

PR: 282465
MFC After: 2 day
Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D47403

Details

Provenance
impAuthored on Sat, Nov 2, 10:02 PM
Differential Revision
D47403: loader: Fix boot menu on BIOS
Parents
rG3f313682e030: cred: groupmember(): Remove tolerance for empty 'cr_groups'
Branches
Unknown
Tags
Unknown