Fixed up formatting
This commit is contained in:
+1
-1
@@ -733,7 +733,7 @@ interactive_bootmenu(void)
|
|||||||
while (get_keystroke(0) >= 0)
|
while (get_keystroke(0) >= 0)
|
||||||
;
|
;
|
||||||
|
|
||||||
printf("\nBoot devices:\n");
|
printf("Boot devices:\n");
|
||||||
wait_threads();
|
wait_threads();
|
||||||
|
|
||||||
// Show menu items
|
// Show menu items
|
||||||
|
|||||||
+2
-2
@@ -6,11 +6,11 @@
|
|||||||
#define RF_CONF_OBSCURE_MODE 1 // Remove SeaBIOS branding for 'Security through obscurity'
|
#define RF_CONF_OBSCURE_MODE 1 // Remove SeaBIOS branding for 'Security through obscurity'
|
||||||
#define RF_CONF_OBSCURE_BOOT_MENU_KEY 133 // 133 is F11
|
#define RF_CONF_OBSCURE_BOOT_MENU_KEY 133 // 133 is F11
|
||||||
const char* rf_conf_obscure_bootmsg = "Waiting for boot menu combination...\n";
|
const char* rf_conf_obscure_bootmsg = "Waiting for boot menu combination...\n";
|
||||||
const char* rf_conf_obscure_welcome = "HOJUIX Bootloader 1.0.0\n"; // "Seabios (Version)" alternative
|
const char* rf_conf_obscure_welcome = "HOJUIX Bootloader 1.0.0\n\n"; // "Seabios (Version)" alternative
|
||||||
|
|
||||||
// Old configuration options moved from file-based config
|
// Old configuration options moved from file-based config
|
||||||
#define RF_CONF_SHOW_BOOT_MENU 1 // etc/show-boot-menu
|
#define RF_CONF_SHOW_BOOT_MENU 1 // etc/show-boot-menu
|
||||||
#define RF_CONF_BOOT_MENU_WAIT 2500 // etc/boot-menu-wait
|
#define RF_CONF_BOOT_MENU_WAIT 1000 // etc/boot-menu-wait
|
||||||
#define RF_CONF_BOOT_MENU_KEY 1 // etc/boot-menu-key
|
#define RF_CONF_BOOT_MENU_KEY 1 // etc/boot-menu-key
|
||||||
const char* rf_conf_bootmsg = "Press ESC for boot menu.\n";
|
const char* rf_conf_bootmsg = "Press ESC for boot menu.\n";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user