From 58eae5b556e38f5ce9e097c2e0b545474830576e Mon Sep 17 00:00:00 2001 From: brian Date: Tue, 12 Oct 1999 06:57:26 +0000 Subject: Blank out the twiddly thing when outputting the ``BTX loader'' message. --- sys/boot/pc98/btx/btxldr/btxldr.S | 2 +- sys/boot/pc98/btx/btxldr/btxldr.s | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/boot/pc98/btx') 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 -- cgit v1.1