X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fconfig.h;h=238a28661633d97638ad60726ffe8c9778193a96;hb=afbed1bde45edc7829ac02644815796efc7dd4ac;hp=ad569c674f9c8ffe6b70d7b81430cb139a698da5;hpb=83d6ed63495db1a8db314225a9eb20a770152360;p=seabios.git diff --git a/src/config.h b/src/config.h index ad569c6..238a286 100644 --- a/src/config.h +++ b/src/config.h @@ -121,6 +121,16 @@ #define CONFIG_S3_RESUME 1 // Run the vga rom during S3 resume. #define CONFIG_S3_RESUME_VGA_INIT 0 +// Support boot splash +#define CONFIG_BOOTSPLASH 0 +// boot splash X resolution +#define CONFIG_BOOTSPLASH_X 1024 +// boot splash Y resolution +#define CONFIG_BOOTSPLASH_Y 768 +// boot splash color depth +#define CONFIG_BOOTSPLASH_DEPTH 16 +// boot splash VESA mode (could be generated) +#define CONFIG_BOOTSPLASH_VESA_MODE 0x117 // define it if the (emulated) hardware supports SMM mode #define CONFIG_USE_SMM 1 // Maximum number of map entries in the e820 map