git: 09cfc202bc05 - stable/14 - btx: Align the PXE prompt with other options

From: John Baldwin <jhb_at_FreeBSD.org>
Date: Sun, 01 Dec 2024 04:56:51 UTC
The branch stable/14 has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=09cfc202bc0521858185605edbe8d7f7f037a249

commit 09cfc202bc0521858185605edbe8d7f7f037a249
Author:     Tatsuki Makino <tatsuki_makino@hotmail.com>
AuthorDate: 2024-09-30 19:41:42 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2024-12-01 02:46:03 +0000

    btx: Align the PXE prompt with other options
    
    To fit within in the same space, drop the newline before the PXE
    prompt to make room for the additional space character.
    
    PR:             281494
    (cherry picked from commit 4fa4693dcdd8176f1d12cce5f026eb2052036dfc)
---
 stand/i386/boot0/boot0.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stand/i386/boot0/boot0.S b/stand/i386/boot0/boot0.S
index 80c7702840c1..6c48e380a32b 100644
--- a/stand/i386/boot0/boot0.S
+++ b/stand/i386/boot0/boot0.S
@@ -581,7 +581,7 @@ intx13:						# Prepare CHS parameters
  */
 prompt:
 #ifdef PXE
-		.ascii "\nF6 PXE\r"
+		.ascii "F6  PXE\r"
 #endif
 		.ascii "\nBoot:"
 item:		.ascii " ";	     .byte ' '|0x80