Blank out the twiddly thing when outputting the ``BTX loader'' message.
This commit is contained in:
parent
63d8df6fc6
commit
0d3d335feb
@ -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