StuBS
|
Video mode: Framebuffer. More...
#include <data.h>
Public Types | |
enum | Type : uint8_t { INDEXED = 0 , RGB = 1 , EGA_TEXT = 2 } |
Video mode: Framebuffer.
This beautiful structure contains everything required for using the graphic framebuffer in a very handy manner – however, it may not be well supported by current boot loaders... These information can be retrieved from VBE as well, though you then have to parse these huge structures containing a lot of useless stuff.
enum Multiboot::Framebuffer::Type : uint8_t |
Enumerator | |
---|---|
INDEXED | Using a custom color palette. |
RGB | Standard red-green-blue. |
EGA_TEXT | Enhanced Graphics Adapter color palette. |