Re: what is the difference to transfer elf execute file or binary file on "-kernel" paramter?

2020-06-23 Thread Stefan Hajnoczi
On Wed, Jun 10, 2020 at 10:42:01PM +0800, tugouxp wrote:
> what is the difference to transfer elf execute file or binary file on 
> "-kernel" paramter? is it the same and all be reconganized rightly for qemu?

The -kernel option supports several file formats depending on the
machine being emulated. Linux kernel images (bzImage) and multiboot are
probably the most common.

If you post your QEMU command-line and the file format of the kernel
you'd like to load then I or someone else on the mailing list can check
whether it's supported.

Stefan


signature.asc
Description: PGP signature


what is the difference to transfer elf execute file or binary file on "-kernel" paramter?

2020-06-10 Thread tugouxp
what is the difference to transfer elf execute file or binary file on "-kernel" 
paramter? is it the same and all be reconganized rightly for qemu?


thank you!