From: H. Peter Anvin Date: Mon, 25 Feb 2008 23:31:48 +0000 (-0800) Subject: gptmbr: another confusion of start and end fields X-Git-Tag: syslinux-3.64-pre1~1^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eaaf9a75bb6767b00db51518dffadd714199741d;p=profile%2Fivi%2Fsyslinux.git gptmbr: another confusion of start and end fields Use the start field for the boot sector address... --- diff --git a/mbr/gptmbr.S b/mbr/gptmbr.S index 8e8b952..10dfd45 100644 --- a/mbr/gptmbr.S +++ b/mbr/gptmbr.S @@ -192,8 +192,8 @@ found_part: * partition information in memory. */ boot: - movl (40+16)(%si),%eax - movl (48+16)(%si),%edx + movl (32+16)(%si),%eax + movl (36+16)(%si),%edx movw $bootsec,%bx call read_sector cmpw $0xaa55, -2(%bx)