search for: syslnx

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

Did you mean: syslinx
2012 Jun 26
2
[GIT PULL] elflink bug fixes
...from protected-mode code" ldlinux: Don't lfree() 'kernel' twice module: Make list of DT_NEEDED entries per-module com32/chain/utility.c | 24 +++++--- com32/cmenu/Makefile | 17 +++++- com32/cmenu/libmenu/syslnx.c | 25 ++++++-- com32/elflink/ldlinux/chainboot.c | 4 +- com32/elflink/ldlinux/execute.c | 1 - com32/gpllib/disk/geom.c | 11 +++- com32/gpllib/disk/read.c | 25 ++++++-- com...
2006 May 01
1
Newbie to Com32: libcom32.a not linking
I'll start off by saying that I'm very new to com32, but I'm having difficulty linking the libcom32.a library into an executable. I'm using syslinux-3.11, I copied the libcom32.a library into my directory and here's the output of my attmept: #ld com32io.o dtimenu.o syslnx.o tui.o --library-path=./ -lcom32 .//libcom32.a(entry.o)(.init+0x42): In function `_start': sys/entry.S:68: undefined reference to `__ctors_start' .//libcom32.a(entry.o)(.init+0x48):sys/entry.S:70: undefined reference to `__ctors_end' .//libcom32.a(exit.o)(.text+0x2): In function `_exi...
2012 Jul 16
5
[PATCH 0/5] Deleting __intcall() from Syslinux
...#39;s already in ldlinux ldlinux: Stop using the internal KT_* image types lib/sys/module: Add support for weak symbols elflink: Replace __intcall() with direct function calls Use pxe_call() instead of COMBOOT API com32/chain/utility.c | 30 ++------- com32/cmenu/libmenu/syslnx.c | 22 +++---- com32/elflink/ldlinux/chainboot.c | 5 +- com32/elflink/ldlinux/execute.c | 52 +++++++------- com32/elflink/ldlinux/ldlinux.c | 43 ++++++------- com32/elflink/ldlinux/readconfig.c | 16 +++++ com32/include/menu.h | 7 -- c...
2012 Aug 14
1
[GIT PULL] elflink fixes
...LDFLAGS ldlinux: Return to command prompt after loading COM32 rawcon_read: Fix reading high part of input keys ldlinux: Use findpath() to lookup filenames com32/chain/utility.c | 30 ++------- com32/cmenu/Makefile | 8 +- com32/cmenu/libmenu/syslnx.c | 22 +++---- com32/elflink/ldlinux/chainboot.c | 5 +- com32/elflink/ldlinux/config.h | 2 + com32/elflink/ldlinux/execute.c | 62 ++++++++++------- com32/elflink/ldlinux/ldlinux.c | 113 ++++++++++++++++---------------- com32/elflink/ldlinux/readconfig...
2014 Dec 17
0
[PATCH] build: sort sources to build in a more deterministic way
...txt) +CPSRC = $(sort $(wildcard $(SRC)/*.txt)) CPOBJ = $(notdir $(CPSRC)) GENFILES = $(patsubst %.txt,%.cp,$(CPOBJ)) diff --git a/com32/cmenu/Makefile b/com32/cmenu/Makefile index 6bb5231..b81b68e 100644 --- a/com32/cmenu/Makefile +++ b/com32/cmenu/Makefile @@ -32,8 +32,8 @@ LIBMENU = libmenu/syslnx.o libmenu/com32io.o libmenu/tui.o \ libmenu/menu.o libmenu/passwords.o libmenu/des.o libmenu/help.o \ $(objdir)/com32/libutil/libutil.c32 $(objdir)/com32/lib/libcom32.c32 -CMENUS = $(patsubst %.c,%.c32,$(wildcard $(SRC)/*.c)) -IMENUS = $(patsubst %.menu,%.c32,$(wildcard $(SRC)/*.menu)) +CMENU...
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