git: a845238dd609 - stable/13 - btx: Align the PXE prompt with other options
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 01 Dec 2024 04:57:41 UTC
The branch stable/13 has been updated by jhb:
URL: https://cgit.FreeBSD.org/src/commit/?id=a845238dd609a1f18e5b80404545122f498e7f2c
commit a845238dd609a1f18e5b80404545122f498e7f2c
Author: Tatsuki Makino <tatsuki_makino@hotmail.com>
AuthorDate: 2024-09-30 19:41:42 +0000
Commit: John Baldwin <jhb@FreeBSD.org>
CommitDate: 2024-11-30 21:28:51 +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 d92f8dcb05f1..79ff2ec6610c 100644
--- a/stand/i386/boot0/boot0.S
+++ b/stand/i386/boot0/boot0.S
@@ -588,7 +588,7 @@ intx13: # Prepare CHS parameters
*/
prompt:
#ifdef PXE
- .ascii "\nF6 PXE\r"
+ .ascii "F6 PXE\r"
#endif
.ascii "\nBoot:"
item: .ascii " "; .byte ' '|0x80