From 03bf9f8d20578dd5b5585c94b97ca25603187f46 Mon Sep 17 00:00:00 2001 From: Goldenkrew3000 Date: Tue, 17 Feb 2026 11:25:47 +1000 Subject: [PATCH] Fixed up formatting --- src/boot.c | 2 +- src/rf_config.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/boot.c b/src/boot.c index 9959a5a..119ebbd 100644 --- a/src/boot.c +++ b/src/boot.c @@ -733,7 +733,7 @@ interactive_bootmenu(void) while (get_keystroke(0) >= 0) ; - printf("\nBoot devices:\n"); + printf("Boot devices:\n"); wait_threads(); // Show menu items diff --git a/src/rf_config.h b/src/rf_config.h index 577d34f..e0158a2 100644 --- a/src/rf_config.h +++ b/src/rf_config.h @@ -6,11 +6,11 @@ #define RF_CONF_OBSCURE_MODE 1 // Remove SeaBIOS branding for 'Security through obscurity' #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_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 #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 const char* rf_conf_bootmsg = "Press ESC for boot menu.\n";