[syslinux:master] chain.c32: DRMK: Add comment about only using a DWORD for partition offset

syslinux-bot for Gene Cumm gene.cumm at gmail.com
Fri Oct 15 16:39:33 PDT 2010


Commit-ID:  15ccf3b3f9aaae192d641241a2030e8f1632d322
Gitweb:     http://syslinux.zytor.com/commit/15ccf3b3f9aaae192d641241a2030e8f1632d322
Author:     Gene Cumm <gene.cumm at gmail.com>
AuthorDate: Wed, 13 Oct 2010 19:51:06 -0400
Committer:  Gene Cumm <gene.cumm at gmail.com>
CommitDate: Wed, 13 Oct 2010 19:51:06 -0400

chain.c32: DRMK: Add comment about only using a DWORD for partition offset



---
 com32/modules/chain.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/com32/modules/chain.c b/com32/modules/chain.c
index 92be216..dc53bb5 100644
--- a/com32/modules/chain.c
+++ b/com32/modules/chain.c
@@ -1720,6 +1720,7 @@ int main(int argc, char *argv[])
 	     * variants will check and fail if it does not match
 	     */
 	    dprintf("  fs_lba offset is %d\n", fs_lba);
+	    /* DRMK only uses a DWORD */
 	    if (fs_lba > 0xffffffff) {
 		error("LBA very large; Only using lower 32 bits; DRMK will probably fail\n");
 	    }



More information about the Syslinux-commits mailing list