FreeBSD Bugzilla – Attachment 253557 Details for
Bug 281494
stand/i386/boot0: print location of string F6 PXE is not aligned
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
proposal patch for stand/i386/boot0
patch.diff (text/plain), 461 bytes, created by
Tatsuki Makino
on 2024-09-14 10:44:32 UTC
(
hide
)
Description:
proposal patch for stand/i386/boot0
Filename:
MIME Type:
Creator:
Tatsuki Makino
Created:
2024-09-14 10:44:32 UTC
Size:
461 bytes
patch
obsolete
>diff --git a/stand/i386/boot0/boot0.S b/stand/i386/boot0/boot0.S >index 80c7702840c..11d3d1daaf7 100644 >--- a/stand/i386/boot0/boot0.S >+++ b/stand/i386/boot0/boot0.S >@@ -581,10 +581,10 @@ intx13: # Prepare CHS parameters > */ > prompt: > #ifdef PXE >- .ascii "\nF6 PXE\r" >+ .ascii "F6 PXE\r\n" > #endif > .ascii "\nBoot:" >-item: .ascii " "; .byte ' '|0x80 >+item: .byte ' '|0x80 > crlf: .ascii "\r"; .byte '\n'|0x80 > > /* Partition type tables */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 281494
:
253556
| 253557 |
253558
|
253712