gptmbr: another confusion of start and end fields
[profile/ivi/syslinux.git] / mbr / gptmbr.S
2008-02-25 H. Peter Anvingptmbr: another confusion of start and end fields
2008-02-25 H. Peter Anvingptmbr: fix confusion between start and end fields
2008-02-25 H. Peter Anvingptmbr: use xchgw %ax,... instead of movw %ax,... when...
2008-02-25 H. Peter Anvingptmbr: Use %bp for references into phdr and the stack
2008-02-25 H. Peter Anvingptmbr: since %bx is advanced, we can test -2(%bx)...
2008-02-25 H. Peter Anvingptmbr: addw $512, %bx -> addb $2, %bh
2008-02-25 H. Peter Anvingptmbr: offsets into phdr are decimal, not hex
2008-02-25 H. Peter Anvingptmbr: move advancing %bx into read_sector
2008-02-25 H. Peter Anvingptmbr: need to set %bx -> bootsec
2008-02-25 H. Peter Anvingptmbr: shuffle slightly to reduce register pressure
2008-02-25 H. Peter Anvingptmbr: shuffle slightly to save 3 bytes
2008-02-25 H. Peter Anvinrep; cmpsw -> repe; cmpsw
2008-02-25 H. Peter AnvinMaster boot record for GPT partition tables