Skip to content

Commit

Permalink
[romprefix] Fully clear the "Press B to boot..." message when INT19 i…
Browse files Browse the repository at this point in the history
…s used
  • Loading branch information
Michael Brown committed Sep 26, 2008
1 parent 3392cfa commit 9d72636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arch/i386/prefix/romprefix.S
Expand Up @@ -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
Expand Down

0 comments on commit 9d72636

Please sign in to comment.