[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Grub-2 Multiboot
From: |
Bean |
Subject: |
Re: Grub-2 Multiboot |
Date: |
Fri, 6 Jun 2008 18:33:03 +0800 |
On Fri, Jun 6, 2008 at 5:45 PM, Christian Schaubschlaeger
<address@hidden> wrote:
>
>> It's an a.out format multiboot kernel, you should be able to load it in
>> grub2.
>
> Is it really a.out?
>
>> file core.img
> core.img: data
>> objdump -D core.img
> objdump: core.img: File format not recognized
It's not really an a.out file, but it contains section information in
the multiboot header that allows it to to be loadded successfully.
Normally, this feature is used to load a.out file in a platform
independent way, as the a.out header is not quite reliable. In the
case of core.img, there is no a.out header at all, but the section
information is inside the multiboot header.
--
Bean