mirror of
https://github.com/ipxe/ipxe
synced 2026-07-02 20:10:19 +03:00
aa2e04fe1c
The VESA frame buffer console uses the VESA BIOS extensions (VBE) to enumerate video modes, selects an appropriate mode, and then hands off to the generic frame buffer code. The font is extracted from the VGA BIOS, avoiding the need to provide an external font file. Signed-off-by: Michael Brown <mcb30@ipxe.org>