Displaying 1 result from an estimated 1 matches for "elfcom".
2006 Aug 31
1
Fair warning regarding the future of the COM32 format
Hi all,
I just want to give everyone a heads-up that I'm considering removing
support for COM32 in favour of relocatable (-fPIC) ELF files, or some
other relocatable format. This would allow one "ELFCOM" file to call
out to another, and then return.
Part of the idea here is to run the main syslinux UI and probably the
filesystem drivers in "ELFCOM" code, which doesn't work too well with
everything being statically linked to a fixed address.
The other option, which I am also...