Core: fix the HD-mode error in isolinux
authorLiu Aleaxander <Aleaxander@gmail.com>
Mon, 13 Jul 2009 06:34:52 +0000 (14:34 +0800)
committerLiu Aleaxander <Aleaxander@gmail.com>
Mon, 13 Jul 2009 06:34:52 +0000 (14:34 +0800)
commitb42cf60c1018f6fe99f2f7e2bd323deeba6fde9c
treef12659a45d66a8c6e5d9b03bbe0f2f8062b09058
parent46cf51c77881189413fca90f56f12bc1e72241a8
Core: fix the HD-mode error in isolinux

error fixed. Just as what hpa told, deal with that might simply be to consider a 2K CD sector a
"block" rather than a "sector". so, in cdrom mode, we have 2K blocksize and 2k sector size, while
in hybrid mode we have 2k blocksize and 512 bytes sector size.
core/diskio.c
core/iso9660.c
core/isolinux.asm