From ea32cbced08ad65418aed96e585a1e4c5dcf9ae3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9=20van=20Geldorp?= Date: Sun, 21 Nov 2004 13:30:44 +0000 Subject: [PATCH] Don't print "sector size" message, it is causing confusion svn path=/trunk/; revision=11746 --- freeldr/bootsect/isoboot.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/freeldr/bootsect/isoboot.asm b/freeldr/bootsect/isoboot.asm index 81287c259ad..d0806901cdf 100644 --- a/freeldr/bootsect/isoboot.asm +++ b/freeldr/bootsect/isoboot.asm @@ -237,8 +237,8 @@ found_drive: int 13h jnc params_ok - mov si, nosecsize_msg - call writemsg + ; mov si, nosecsize_msg No use in reporting this + ; call writemsg params_ok: ; Check for the sector size (should be 2048, but