summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhpa <hpa>2002-06-03 04:30:16 +0000
committerhpa <hpa>2002-06-03 04:30:16 +0000
commit9853cb234e9995a80a5230da28dc52da20309f07 (patch)
tree0087b7d40a582044e5b5028bc8f7fc999d09be44
parentc25b4c3186d51b11ec9a42bce46826cac63c3a49 (diff)
downloadsyslinux-9853cb234e9995a80a5230da28dc52da20309f07.tar.gz
Comment update
-rw-r--r--isolinux.asm5
1 files changed, 4 insertions, 1 deletions
diff --git a/isolinux.asm b/isolinux.asm
index 1b57a944..07a4c471 100644
--- a/isolinux.asm
+++ b/isolinux.asm
@@ -314,7 +314,10 @@ params_ok:
;
; FIX: We need to check what the proper behaviour
; is for getlinsec when the BIOS thinks the sector
- ; size is 512!!! For that, we need such a BIOS, though...
+ ; size is 512!!! For now, we ignore what the BIOS
+ ; says and assume it's using 2048-byte sectors
+ ; anyway. This is correct for at least one BIOS
+ ; with this particular pathology.
%ifdef DEBUG_MESSAGES
mov si,secsize_msg
call writemsg