Re: [patches] [PATCH] [21/22] x86_64: Extend bzImage protocol for relocatable bzImage



Eric W. Biederman wrote:
All it does is set a flag that tells a bootloader.
"Hey. I can run when loaded a non-default address, and this is what
you have to align me to."

All relocation processing happens in the kernel itself.


Is it possible to decompress and extract the kernel image from the
bzImage without executing it? Ie, is there enough information to find
the compressed data part of the bzImage by inspection?

At some point we'll need to change the Xen domain builder to handle
bzImage files, and it would be best if we didn't need to run them.

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



Relevant Pages

  • Re: [patches] [PATCH] [21/22] x86_64: Extend bzImage protocol for relocatable bzImage
    ... you have to align me to." ... All relocation processing happens in the kernel itself. ... Is it possible to decompress and extract the kernel image from the ... the compressed data part of the bzImage by inspection? ...
    (Linux-Kernel)
  • Re: kernel too big
    ... > Did you use the bzImage for lilo ??? ... I tried a google search to freshen my memory, ... use the "bzImage" target when "make"-ing the kernel image, ... One more thing to add is that, for this to happen, You need a BIOS ...
    (comp.os.linux.networking)