diff -r -u syslinux-3.61/layout.inc syslinux-3.61-patched/layout.inc --- syslinux-3.61/layout.inc 2008-02-04 05:58:51.000000000 +0100 +++ syslinux-3.61-patched/layout.inc 2012-04-16 12:36:04.944823305 +0200 @@ -41,7 +41,7 @@ ; The various sections and their relationship ; org TEXT_START - + sectalign off ; Use .earlybss for things that MUST be in low memory. section .earlybss nobits start=BSS_START section .bcopy32 align=4 valign=16 follows=.data vfollows=.earlybss diff -r -u syslinux-3.61/memdisk/memset.S syslinux-3.61-patched/memdisk/memset.S --- syslinux-3.61/memdisk/memset.S 2008-02-04 05:58:51.000000000 +0100 +++ syslinux-3.61-patched/memdisk/memset.S 2012-04-16 12:36:24.812468973 +0200 @@ -26,4 +26,4 @@ popl %edi ret - .size memcpy,.-memcpy + .size memset,.-memset