[syslinux:firmware] isolinux: Shorten a few of the debug messages

syslinux-bot for H. Peter Anvin hpa at zytor.com
Thu Jan 2 12:27:04 PST 2014


Commit-ID:  481e37e0b6ab2f246ee4b46a1808c4a57ca4259f
Gitweb:     http://www.syslinux.org/commit/481e37e0b6ab2f246ee4b46a1808c4a57ca4259f
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Thu, 2 Jan 2014 12:25:59 -0800
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Thu, 2 Jan 2014 12:25:59 -0800

isolinux: Shorten a few of the debug messages

Apparently with some toolchains, isolinux-debug runs out of space by a
few bytes.  Shorted a few messages slightly to make up for that.

Signed-off-by: H. Peter Anvin <hpa at zytor.com>

---
 core/isolinux.asm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/isolinux.asm b/core/isolinux.asm
index c4db413..f151261 100644
--- a/core/isolinux.asm
+++ b/core/isolinux.asm
@@ -1056,8 +1056,8 @@ startup_msg:	db 'Starting up, DL = ', 0
 spec_ok_msg:	db 'Loaded spec packet OK, drive = ', 0
 secsize_msg:	db 'Sector size ', 0
 offset_msg:	db 'Main image LBA = ', 0
-verify_msg:	db 'Image checksum verified.', CR, LF, 0
-allread_msg	db 'Main image read, jumping to main code...', CR, LF, 0
+verify_msg:	db 'Image csum verified.', CR, LF, 0
+allread_msg	db 'Image read, jumping to main code...', CR, LF, 0
 %endif
 noinfotable_msg	db 'No boot info table, assuming single session disk...', CR, LF, 0
 noinfoinspec_msg db 'Spec packet missing LBA information, trying to wing it...', CR, LF, 0


More information about the Syslinux-commits mailing list