[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] ELF



On Sun, 6 Mar 2016 00:18:00 , Peter Slegg <p.slegg@scubadivers.co.uk> wrote:
>
> I suppose an ELF binary that does not load a lib is the same as
> a statically linked binary. Presumably they made allowance
> for that and backward compatibility to some degree ?
>
> I notice that u-boot has a basic ELF loader.
>
> Peter
>

This is an interesting read on the basics of ELF loading:

http://eli.thegreenplace.net/2012/08/13/how-statically-linked-programs-run-on-linux/


Peter