mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Blank out the twiddly thing when outputting the ``BTX loader'' message.
This commit is contained in:
parent
9e420850c6
commit
ad128796fd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52148
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user