similar to: libcom32 license and linking

Displaying 20 results from an estimated 2000 matches similar to: "libcom32 license and linking"

2004 Dec 08
4
malloc in libcom32 broken?
I get a link error when trying to call malloc from libcom32. I tried to simplify the case by adding the malloc to the sample hello.c in the modules directory, but I still get the following error: ld -m elf_i386 -T ../lib/com32.ld -o hello.elf hello.o ../libutil/libutil_com.a ../lib/libcom32.a /usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/32/libgcc.a ../lib/libcom32.a(malloc.o)(.text+0x13): In
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':
2008 Feb 21
1
Including 'detect_cpu' in libcom32.a ?
Okay, if one installs syslinux, the declaration for 'detect_cpu' is in com32/include/cpuid.h, but the actual function code isn't available in libcom32.a. It's only available as source down in the com32/modules/ directory, and not actually installed anywhere. Shouldn't 'detect_cpu' be included in libcom32.a? -- Dr. William R. Somsky, Linux Mgr somsky at
2004 Nov 17
1
SYSLINUX 2.12-pre1 released: initial libcom32 release
Hi all, I have released SYSLINUX 2.12-pre1. This version has an initial version of libcom32, a small C library based on klibc for writing com32 programs in C. It is far from perfect yet, but it should be a lot easier to use than hand-coding everything. As usual, find this stuff in: ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/Testing/ -hpa
2016 Nov 07
2
Syslinux Digest, Vol 164, Issue 2
> > I need to create one bootable UEFI disk partition that contains all the > space on the disk. The steps must work in a shell script. Ideally with > syslinux/extlinux but if not possible then grub. > > > > echo format file system > sudo mkfs.ext4 -F /dev/${DISK_DEVICE_NAME_CURRENT_OS}1 > EFI requires a FAT filesystem. Ideally FAT32 but that might be encumbered
2010 Mar 08
2
com32 license restrictions
Hello, Would com32 modules be considered the same as an ordinary Linux executable with respect to LGPL? That is, as long as you released any changes to syslinux/com32 libs would you also have to release the source to the com32 module? Thanks for your time.
2013 Jun 24
4
Streaming AAC with libshout?
Hi Greg, > The open source AAC/HE-AAC encoders offer pretty poor audio quality. > Sometimes you really do get what you pay for, and this is a perfect example. An alternative explanation might be that open source developers were not particularly motivated to work on improving AAC encoders, because of difficulties experienced when trying to distribute patent-encumbered code. Cheers! Daniel
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
2004 Oct 08
1
RHEL / Mini-ITX
Hi Everyone, I'd be grateful if anyone can help with a couple of queries I have. Recently I downloaded Centos 3.3 and cannot get it to install I my system. The system I am using to install is a based on an original EPIA Mini-ITX m/board. At a certain point in installing it comes up with an error saying something like "system not supported". Can anyone advise if they have got
2006 Nov 15
1
GPL java
For the people who are currently interested in java as it relates to centos now that Sun has GPL'd java there are some things to be aware of. The folks at jpackage.org are pretty much all over this development but it's not the bright shiny news everyone has made it out to be. Sun did a very good thing by moving java under the GPL, and they should be commended for FINALLY seeing the light
2009 Jan 07
2
folding Apple tweaks into openssh
Hi. Apple have a bunch of patches to openssh that they have folded into the version that's shipped with MacOSX. Some of these are very convenient: like automagically starting an ssh-agent at login/boot time and the ability to have SSH passphrases stored and fetched from the Keychain. It would be nice if these could be considered for rolling in to a future release of openssh. FWIW
2014 Aug 24
1
Library_modules (list of & wiki write permissions)
Hello, I poked a little bit to extract the list of modules dependencies in Syslinux v6 (see below). I have attached a bash script that generate a nice table from the tarball. The output can either be an ASCII table, or wiki markup, typically for the page Library_modules[1]. I am not in the wiki Editor group, so I can't put that in the wiki. anyway, here's an updated dependency tree for
2005 Sep 06
4
"Stateless" effects
I just added the patch submitted with ticket #2133 to the SVN trunk, with slight modifications. (And yeah, I know I said "bug fixes" only till 1.5, but this patch probably counts as a bugfix). Big thanks to the contributors on this! I''ll probably will give it a second pass and will do some refactoring. Anyone want to work on/can come up with some sort of generalized
2004 Jun 21
3
keyboard input under a vm
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Is there any reason why the keyboard poll routine (int 16h) in conio.inc checks fro a serial port. when pxelinux.0 is run under a vm - the keyboard does not register. which makes menus useless. Also the timer is broken. - -- regs MR E_T _______________________ \ \ \ OOHH I hate TYPOS \ \ \
2009 Oct 10
3
Theora patent question
Does the reason Theora is relatively safe from patent infringement lawsuit have more to do with it actually not being encumbered, or is it because its use is decentralized? For example, FreeType is not patent-free, nor is Linux, yet they succeed because on the one hand, they are open source, and those who maintain them do not guarantee anything regarding patents, it is up to each individual user
2002 Oct 16
5
kbdmap & ASCII > 128
Hi, I've just played around with kbdmap in pxelinux. I always wondered why there was no translation for "AltGr"-Keys (the right 'Alt'-Key) (AltGr-Q generates "@" on a german keyboard e.g.), and I found in conio.inc (syslinux 1.76): getchar: [..] .kbd: xor ax,ax ; Get keyboard input int 16h and al,al jz .func_key mov bx,KbdMap ; Convert character sets
2007 Apr 02
3
Centos 5 will have full NTFS read write support?
Hello. I have Centos 4.4 with the NTFS read-only driver from http://www.linux-ntfs.org/content/view/135/71/ I would like know if someone who installed this can test if Centos 5 can read/write NTFS,. Thanks Josep --------------------------------- LLama Gratis a cualquier PC del Mundo. Llamadas a fijos y m?viles desde 1 c?ntimo por minuto. http://es.voice.yahoo.com -------------- next part
2006 Jun 18
6
dir.xiph.org only listing Ogg streams
Everyone, I have modified the yp cgi script on dir.xiph.org to reject non-ogg streams. As the site has grown in popularity, it hasn't scaled well, and maintaining the database was eating most of the resources on the server. We did some minor tuning a few months ago which helped, but the load has continuted to grow and was affecting other more essential services. Given Xiph.org's
2012 Jun 29
1
[syslinux:elflink] elflink: fix dependency problem in cmenu/ Makefile
On Fri, 2012-06-29 at 07:42 -0700, syslinux-bot for H. Peter Anvin wrote: > elflink: fix dependency problem in cmenu/Makefile > > Instead of adding library dependencies implicitly, make them explicit > and use --as-needed to avoid bogus DT_NEEDED entries from being > generated. This is fine, but... > diff --git a/com32/cmenu/Makefile b/com32/cmenu/Makefile > index
2018 Dec 03
2
fixing debian's hd-media image
On Mon, Dec 3, 2018 at 10:02 AM Ady Ady via Syslinux <syslinux at zytor.com> wrote: > > > Now it is just dd, mkfs and copy in the files we need. > > One less thing to worry about keeping versions consistent. > > > > > > I just noticed those 2 files that were added by > > > > syslinux -i boot.img > > > > (right?) > > > >