Re: zImage now holds vmlinux, System.map and config in sections.

H. Peter Anvin (hpa@zytor.com)
Tue, 25 Feb 2003 13:52:27 -0800


Russell King wrote:
>>
>>Isn't that what "strip" is for?
>
> zImage on ARM is a binary blob without any formatting. The first
> instruction to be executed is at the start of the file. Perfect
> for loading directly into flash or RAM via whatever boot loader
> or debugger you choose.
>

Well, then it doesn't have sections. As far as I could see the original
post only applied to architectures for which zImage is an ELF binary.

Similarly, this will not exist on x86/x86-64 where the (b)zImage is
mostly a binary blob.

-hpa

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/