summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/btx
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-10-12 06:57:26 +0000
committerbrian <brian@FreeBSD.org>1999-10-12 06:57:26 +0000
commit58eae5b556e38f5ce9e097c2e0b545474830576e (patch)
tree0c3c6146313f60443a7f490946558a2499e27214 /sys/boot/i386/btx
parent4250429d489cfdb9d33098348a4742d5ed05dca1 (diff)
downloadFreeBSD-src-58eae5b556e38f5ce9e097c2e0b545474830576e.zip
FreeBSD-src-58eae5b556e38f5ce9e097c2e0b545474830576e.tar.gz
Blank out the twiddly thing when outputting the ``BTX loader'' message.
Diffstat (limited to 'sys/boot/i386/btx')
-rw-r--r--sys/boot/i386/btx/btxldr/btxldr.S2
-rw-r--r--sys/boot/i386/btx/btxldr/btxldr.s2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/i386/btx/btxldr/btxldr.S b/sys/boot/i386/btx/btxldr/btxldr.S
index 92748f1..ebf6a37 100644
--- a/sys/boot/i386/btx/btxldr/btxldr.S
+++ b/sys/boot/i386/btx/btxldr/btxldr.S
@@ -351,7 +351,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/i386/btx/btxldr/btxldr.s b/sys/boot/i386/btx/btxldr/btxldr.s
index 92748f1..ebf6a37 100644
--- a/sys/boot/i386/btx/btxldr/btxldr.s
+++ b/sys/boot/i386/btx/btxldr/btxldr.s
@@ -351,7 +351,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
OpenPOWER on IntegriCloud