Displaying 1 result from an estimated 1 matches for "bb519a95".
2017 Apr 16
1
fwd: [syslinux:syslinux-4.xx] mbr/isohdpfx.S: correct stack for heads/sectors
...tr|mberg <ams at ludd.ltu.se>
AuthorDate: Sun, 26 Mar 2017 07:32:11 -0400
Committer: Gene Cumm <gene.cumm at gmail.com>
CommitDate: Sat, 15 Apr 2017 13:24:38 -0400
mbr/isohdpfx.S: correct stack for heads/sectors; revert
Heads and sectors were pushed in reverse order per isolinux.asm
bb519a95 reversed the order of heads/sectors on the stack
Signed-off-by: Gene Cumm <gene.cumm at gmail.com>
---
mbr/isohdpfx.S | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/mbr/isohdpfx.S b/mbr/isohdpfx.S
index 17e1efe..f9e9691 100644
--- a/mbr/isohdpfx.S
+++ b/mbr/isohd...