mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 04:50:25 +03:00
[vesafb] Add VESA frame buffer console
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>
This commit is contained in:
@@ -93,6 +93,9 @@ REQUIRE_OBJECT ( vmconsole );
|
||||
#ifdef CONSOLE_DEBUGCON
|
||||
REQUIRE_OBJECT ( debugcon );
|
||||
#endif
|
||||
#ifdef CONSOLE_VESAFB
|
||||
REQUIRE_OBJECT ( vesafb );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Drag in all requested network protocols
|
||||
|
||||
@@ -22,6 +22,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
//#define CONSOLE_SYSLOGS /* Encrypted syslog console */
|
||||
//#define CONSOLE_VMWARE /* VMware logfile console */
|
||||
//#define CONSOLE_DEBUGCON /* Debug port console */
|
||||
//#define CONSOLE_VESAFB /* VESA framebuffer console */
|
||||
|
||||
#define KEYBOARD_MAP us
|
||||
|
||||
|
||||
Reference in New Issue
Block a user