diff options
| author | Brian Somers <brian@FreeBSD.org> | 1999-10-12 06:57:26 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1999-10-12 06:57:26 +0000 |
| commit | ad128796fd09b813594964136a3137196957221d (patch) | |
| tree | 0c3c6146313f60443a7f490946558a2499e27214 /sys/boot/pc98/btx | |
| parent | 9e420850c6fa7d77a0ba22d71b101a76dadffa07 (diff) | |
Notes
Diffstat (limited to 'sys/boot/pc98/btx')
| -rw-r--r-- | sys/boot/pc98/btx/btxldr/btxldr.S | 2 | ||||
| -rw-r--r-- | sys/boot/pc98/btx/btxldr/btxldr.s | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/pc98/btx/btxldr/btxldr.S b/sys/boot/pc98/btx/btxldr/btxldr.S index cc8c6a1c06d3..acb4a14b11e6 100644 --- a/sys/boot/pc98/btx/btxldr/btxldr.S +++ b/sys/boot/pc98/btx/btxldr/btxldr.S @@ -426,7 +426,7 @@ gdtdesc: .word gdt.1-gdt-1 # Limit # # Messages. # -m_logo: .asciz "\nBTX loader 1.00 " +m_logo: .asciz " \nBTX loader 1.00 " m_vers: .asciz "BTX version is \0\n" e_fmt: .asciz "Error: Client format not supported\n" #.ifdef BTXLDR_VERBOSE diff --git a/sys/boot/pc98/btx/btxldr/btxldr.s b/sys/boot/pc98/btx/btxldr/btxldr.s index cc8c6a1c06d3..acb4a14b11e6 100644 --- a/sys/boot/pc98/btx/btxldr/btxldr.s +++ b/sys/boot/pc98/btx/btxldr/btxldr.s @@ -426,7 +426,7 @@ gdtdesc: .word gdt.1-gdt-1 # Limit # # Messages. # -m_logo: .asciz "\nBTX loader 1.00 " +m_logo: .asciz " \nBTX loader 1.00 " m_vers: .asciz "BTX version is \0\n" e_fmt: .asciz "Error: Client format not supported\n" #.ifdef BTXLDR_VERBOSE |
