aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2014-01-02 12:25:59 -0800
committerH. Peter Anvin <hpa@zytor.com>2014-01-02 12:25:59 -0800
commit481e37e0b6ab2f246ee4b46a1808c4a57ca4259f (patch)
tree35172798a88fa8841ffe526f4759008ba09a1963
parent27b0cc6c0788a8cba49637eac9ecd43d8d0370c7 (diff)
downloadsyslinux-481e37e0b6ab2f246ee4b46a1808c4a57ca4259f.tar.gz
syslinux-481e37e0b6ab2f246ee4b46a1808c4a57ca4259f.tar.xz
syslinux-481e37e0b6ab2f246ee4b46a1808c4a57ca4259f.zip
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@zytor.com>
-rw-r--r--core/isolinux.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/isolinux.asm b/core/isolinux.asm
index c4db4133..f1512611 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