Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 563 Bytes

TODO.md

File metadata and controls

15 lines (9 loc) · 563 Bytes

Something I don't understand yet

Linux kernel is not a ELF file

The output of Linux kernel arch/riscv/boot/Image is a EFI file instead of a ELF file? I expect to get a kernel in ELF format.

Some references:

What formats of system images are supported by QEMU's -kernel parameter?

  • Linux kernel in EFI foramt
  • Maybe some other formats?