diff options
author | brian <brian@FreeBSD.org> | 1999-10-12 06:57:26 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1999-10-12 06:57:26 +0000 |
commit | 58eae5b556e38f5ce9e097c2e0b545474830576e (patch) | |
tree | 0c3c6146313f60443a7f490946558a2499e27214 /sys/boot/pc98 | |
parent | 4250429d489cfdb9d33098348a4742d5ed05dca1 (diff) | |
download | FreeBSD-src-58eae5b556e38f5ce9e097c2e0b545474830576e.zip FreeBSD-src-58eae5b556e38f5ce9e097c2e0b545474830576e.tar.gz |
Blank out the twiddly thing when outputting the ``BTX loader'' message.
Diffstat (limited to 'sys/boot/pc98')
-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 cc8c6a1..acb4a14 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 cc8c6a1..acb4a14 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 |