From: hpa Date: Thu, 16 Dec 2004 07:47:11 +0000 (+0000) Subject: Corrections to self-loading sequence; we now get that far at least X-Git-Tag: syslinux-3.11~314 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c82ba595172394c3f2e744cc35231f7c7dee83df;p=profile%2Fivi%2Fsyslinux.git Corrections to self-loading sequence; we now get that far at least --- diff --git a/ldlinux.asm b/ldlinux.asm index 66c031b..8b43616 100644 --- a/ldlinux.asm +++ b/ldlinux.asm @@ -742,6 +742,8 @@ load_rest: .chunk_ready: call getlinsecsr + shl bp,SECTOR_SHIFT + add bx,bp jmp .get_chunk .done: @@ -757,7 +759,7 @@ verify_checksum: mov edx,-LDLINUX_MAGIC .checksum: lodsd - sub edx,eax + add edx,eax loop .checksum and edx,edx ; Should be zero