search for: advwrite

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

2011 May 25
1
[GIT PULL] elflink ldlinux
...ldlinux: Add localboot support ldlinux: Add support for Auxillary Data Vector ldlinux: Remove __constructor attribute com32/elflink/ldlinux/Makefile | 3 +- com32/elflink/ldlinux/adv.c | 8 ++- com32/{lib/syslinux => elflink/ldlinux}/advwrite.c | 0 com32/elflink/ldlinux/execute.c | 17 +++-- com32/elflink/ldlinux/ipappend.c | 2 +- com32/elflink/ldlinux/ldlinux.c | 44 ++++++++++++- com32/elflink/ldlinux/readconfig.c | 2 +- com32/{lib/syslinux => e...
2012 Jul 16
5
[PATCH 0/5] Deleting __intcall() from Syslinux
...xechn.c | 16 +---- com32/modules/sanboot.c | 11 +--- com32/samples/resolv.c | 17 +---- core/comboot.inc | 1 + core/console.c | 7 +-- core/diskfs.inc | 2 +- core/elflink/advwrite.c | 45 ------------- core/elflink/setadv.c | 116 --------------------------------- core/font.c | 4 +- core/fs/pxe/pxe.c | 7 +-- core/fs/pxe/pxe.h | 2 - core/hello.c...
2012 Aug 14
1
[GIT PULL] elflink fixes
.../Makefile | 4 +- com32/samples/Makefile | 5 +- com32/samples/resolv.c | 17 +---- core/comboot.inc | 1 + core/console.c | 7 +-- core/diskfs.inc | 2 +- core/elflink/advwrite.c | 45 ------------- core/elflink/load_env32.c | 19 +----- core/elflink/setadv.c | 116 --------------------------------- core/font.c | 4 +- core/fs/pxe/pxe.c | 7 +-- core/fs/pxe/pxe.h...
2019 Jul 09
0
[PATCH] core: Add support for BLS Type 1 entries
...e index 87c0d362..ac4587dd 100644 --- a/com32/elflink/ldlinux/Makefile +++ b/com32/elflink/ldlinux/Makefile @@ -18,7 +18,7 @@ LIBS = --whole-archive $(objdir)/com32/lib/libcom32min.a OBJS = ldlinux.o cli.o readconfig.o refstr.o colors.o getadv.o adv.o \ execute.o chainboot.o kernel.o get_key.o advwrite.o setadv.o \ - loadhigh.o msg.o + loadhigh.o msg.o bls.o BTARGET = $(LDLINUX) diff --git a/com32/elflink/ldlinux/bls.c b/com32/elflink/ldlinux/bls.c new file mode 100644 index 00000000..16e8bf18 --- /dev/null +++ b/com32/elflink/ldlinux/bls.c @@ -0,0 +1,230 @@ +/* + * bls.c + * + * Source file...
2012 Mar 23
19
[PATCH 00/19][elflink] Improve compatibility with 4.x
From: Matt Fleming <matt.fleming at intel.com> The following patch series is available at, git://git.zytor.com/users/mfleming/syslinux.git elflink All patches are against the 'elflink' branch. This series fixes a few serious bugs and some behavioural incompatibilities with the 4.x series. Matt Fleming (19): ldlinux: Initialise 'p' before using it. ldlinux: Parse
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com> This series fixes some bugs and switches the elflink branch to be entirely ELF modules. It applies on top of, http://syslinux.zytor.com/archives/2011-April/016369.html The deletions in the diff stat below are mainly from deleting com32/elflink/modules (finally!). Now there should be no duplicate code because we don't need COM32 and