search for: libentry_obj

Displaying 4 results from an estimated 4 matches for "libentry_obj".

Did you mean: libentry_objs
2008 Aug 16
1
Minimal COM32 Root Module
...y). I'm asking your opinion (in particular, hpa) about what are the object files that you don't consider a basic service and don't need to be present in the root module. If you consider 25K an acceptable size for the root module, those objects, of course, don't need to be removed. LIBENTRY_OBJS = \ sys/farcall.o sys/cfarcall.o sys/zeroregs.o \ sys/argv.o \ sys/ftell.o \ sys/isatty.o sys/fstat.o LIBGCC_OBJS = \ libgcc/__ashldi3.o \ libgcc/__negdi2.o libgcc/__ashrdi3.o libgcc/__lshrdi3.o \ libgcc/__muldi3.o \ libgcc/__divdi3.o libgcc/__moddi3.o LIBCONSOLE_OBJS = \ sys/...
2015 Sep 24
0
[PATCH] com32/disk: add UEFI support
...pci/scan.o pci/bios.o \ - pci/readb.o pci/readw.o pci/readl.o \ - pci/writeb.o pci/writew.o pci/writel.o \ - \ - sys/x86_init_fpu.o math/pow.o math/strtod.o \ - syslinux/disk.o \ - \ - syslinux/setup_data.o + getcwd.o fdopendir.o ## CORE OBJECTS, INCLUDED IN THE ROOT COM32 MODULE LIBENTRY_OBJS = \ @@ -175,10 +202,16 @@ LIBZLIB_OBJS = \ zlib/inflate.o zlib/infback.o zlib/inftrees.o zlib/inffast.o \ sys/zfile.o sys/zfopen.o +LIBDISK_OBJS = \ + syslinux/disk/common.o \ + syslinux/disk/$(FW_SUBDIR)/disk.o + MINLIBOBJS = \ $(addprefix $(OBJ)/,syslinux/ipappend.o \ syslinux/dsinfo....
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