From 9d72636da186ab22290967887c39a42f0bf17d22 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Fri, 26 Sep 2008 01:36:22 +0100 Subject: [romprefix] Fully clear the "Press B to boot..." message when INT19 is used --- src/arch/i386/prefix/romprefix.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arch/i386/prefix/romprefix.S b/src/arch/i386/prefix/romprefix.S index 872fbf56..92a931cd 100644 --- a/src/arch/i386/prefix/romprefix.S +++ b/src/arch/i386/prefix/romprefix.S @@ -375,7 +375,7 @@ init_message_prompt: .asciz "\nPress Ctrl-B to configure gPXE..." .size init_message_prompt, . - init_message_prompt clear_message: - .asciz "\r \n\n" + .asciz "\r \n\n" .size clear_message, . - clear_message /* ROM image location -- cgit v1.2.3-55-g7522