search for: 026167

Displaying 6 results from an estimated 6 matches for "026167".

2019 Jul 23
3
Status of syslinux git master
...all sections into a single PT_LOAD segment" [2] from > >Debian which is required for EFI. And maybe tag the result as > >syslinux-6.04-pre4. > > > >[1] https://www.syslinux.org/archives/2019-February/026335.html > >[2] https://www.syslinux.org/archives/2018-August/026167.html > > > >Sebastian > > Could you make a tree that I can pull? A new temporary branch named 20190723 is now available at git://repo.or.cz/syslinux/sherbszt.git It contains the following commits: d9374841 Add exp function 303c54a0 Some fixes from commit 458a5413 e8df886e Force...
2019 Jul 07
5
Status of syslinux git master
...standing patch "Force the linker to put all sections into a single PT_LOAD segment" [2] from Debian which is required for EFI. And maybe tag the result as syslinux-6.04-pre4. [1] https://www.syslinux.org/archives/2019-February/026335.html [2] https://www.syslinux.org/archives/2018-August/026167.html Sebastian
2018 Nov 16
0
Build problems & spelling mistakes (patches)
Hi Gene, thanks for merging patches recently! If you do have some time again, I'd like to point out the two patches regarding build problems I've sent to this list in August: 1. https://www.syslinux.org/archives/2018-August/026168.html 2. https://www.syslinux.org/archives/2018-August/026167.html On current Debian testing systems, syslinux does not build without the patch from (1.), because mbr.bin exceeds the size constraints. And without the patch from (2.) the resulting efi binaries are broken. Both problems appear when using a recent enough version of Debian's `binutils` pac...
2019 Jul 08
0
Status of syslinux git master
...ce the >linker to put all sections into a single PT_LOAD segment" [2] from >Debian which is required for EFI. And maybe tag the result as >syslinux-6.04-pre4. > >[1] https://www.syslinux.org/archives/2019-February/026335.html >[2] https://www.syslinux.org/archives/2018-August/026167.html > >Sebastian Could you make a tree that I can pull? -- Sent from my Android device with K-9 Mail. Please excuse my brevity.
2019 Aug 05
0
Status of syslinux git master
...e PT_LOAD segment" [2] from > > >Debian which is required for EFI. And maybe tag the result as > > >syslinux-6.04-pre4. > > > > > >[1] https://www.syslinux.org/archives/2019-February/026335.html > > >[2] https://www.syslinux.org/archives/2018-August/026167.html > > > > > >Sebastian > > > > Could you make a tree that I can pull? > > A new temporary branch named 20190723 is now available at > git://repo.or.cz/syslinux/sherbszt.git > > It contains the following commits: > > d9374841 Add exp function &gt...
2020 Jul 28
1
[PATCH] mk/efi: add -znoseparate-code to LD_FLAGS for EFI builds
More recent versions of the GNU linker (>= 2.31) create a separate code "PT_LOAD" segment by default (as of https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=f6aec96dce1ddbd8961a3aa8a2925db2021719bb). Building syslinux EFI images with this -zseparate-code enabled creates broken EFI images, since efi/wrapper.c only copies the first PT_LOAD segment to the EFI. This patch adds