diff options
author | Michael Brown <mcb30@ipxe.org> | 2013-11-28 04:15:34 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2013-11-28 05:55:45 +0000 |
commit | aa2e04fe1cea2deb3203ea5a84940722a6cb02e0 (patch) | |
tree | b7c6de12b0accda18cdac6476b81e035af421de0 /src/config/console.h | |
parent | decf9dd1330eb817c2c3e3b0e85a3c6ee14d01a2 (diff) | |
download | ipxe-aa2e04fe1cea2deb3203ea5a84940722a6cb02e0.tar.gz |
[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>
Diffstat (limited to 'src/config/console.h')
-rw-r--r-- | src/config/console.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/console.h b/src/config/console.h index 04be02dc4..5d2cc1dce 100644 --- a/src/config/console.h +++ b/src/config/console.h @@ -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 |