CONSOLE_FRAMEBUFFER
Configured via config/console.h
.
#define CONSOLE_FRAMEBUFFER /* Graphical framebuffer console */
#define CONSOLE_FRAMEBUFFER /* Graphical framebuffer console */
and in config/general.h
:
#define IMAGE_PNG /* PNG images */ #define CONSOLE_CMD /* Console commands */
This build option enables support for the framebuffer console, which provides a graphical console with support for background pictures.
console
command
You must use the console
command to configure the graphical framebuffer console.
Older versions of iPXE use CONSOLE_VESAFB
instead of CONSOLE_FRAMEBUFFER
.