From: Kevin O'Connor Date: Sat, 22 Dec 2012 03:52:50 +0000 (-0500) Subject: Minor: Separate UUID display from F12 boot prompt. X-Git-Tag: rel-1.7.2~3 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=57174c7276a3ae87ca5cbdc7c2aca4812a4fac0a;p=seabios.git Minor: Separate UUID display from F12 boot prompt. Place the extra newline as part of the F12 prompt instead of the SeaBIOS version banner so that a UUID report (when present) is still visually separated from the boot menu prompt. Signed-off-by: Kevin O'Connor --- diff --git a/src/boot.c b/src/boot.c index 3ca7960..c67cc7f 100644 --- a/src/boot.c +++ b/src/boot.c @@ -400,7 +400,7 @@ interactive_bootmenu(void) while (get_keystroke(0) >= 0) ; - printf("Press F12 for boot menu.\n\n"); + printf("\nPress F12 for boot menu.\n\n"); u32 menutime = romfile_loadint("etc/boot-menu-wait", DEFAULT_BOOTMENU_WAIT); enable_bootsplash(); diff --git a/src/bootsplash.c b/src/bootsplash.c index 78023a5..3aac459 100644 --- a/src/bootsplash.c +++ b/src/bootsplash.c @@ -45,7 +45,7 @@ enable_vga_console(void) call16_int10(&br); // Write to screen. - printf("SeaBIOS (version %s)\n\n", VERSION); + printf("SeaBIOS (version %s)\n", VERSION); } static int