diff options
author | Raymond Danks <raymond@edanks.com> | 2006-04-18 01:43:43 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-18 01:43:43 +0000 |
commit | 5a8ed083b17f8f337e6e550b4b065a935e154986 (patch) | |
tree | 72649b82fdad80252148cd69a1e43b300ac5af93 /packages/syslinux/syslinux-native-2.11/edx_assume_zero.patch | |
parent | c2a4b021eb04924f8c8b0e0af1fac337a04cbcae (diff) |
syslinux: Upgrade to 3.11
Diffstat (limited to 'packages/syslinux/syslinux-native-2.11/edx_assume_zero.patch')
-rw-r--r-- | packages/syslinux/syslinux-native-2.11/edx_assume_zero.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/syslinux/syslinux-native-2.11/edx_assume_zero.patch b/packages/syslinux/syslinux-native-2.11/edx_assume_zero.patch new file mode 100644 index 0000000000..7243464224 --- /dev/null +++ b/packages/syslinux/syslinux-native-2.11/edx_assume_zero.patch @@ -0,0 +1,10 @@ +--- syslinux-2.11/ldlinux.asm.orig 2005-11-01 14:25:10.767581544 -0700 ++++ syslinux-2.11/ldlinux.asm 2005-11-01 14:25:42.175806768 -0700 +@@ -724,7 +724,6 @@ + + mov eax,[bsHidden] ; Hidden sectors + add edx,[bxResSectors] +- add eax,edx + mov ecx,[bxFATsecs] ; Sectors/FAT + fat_load_loop: + mov ebp,ecx ; Make sure high EBP = 0 |