[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: (no subject)
From: |
Zhao Yu,SCNB R&D NNA(BJ) |
Subject: |
RE: (no subject) |
Date: |
Wed, 2 Nov 2005 09:02:40 +0800 |
Ok. Thank you.
Sorry, I not pay attention to the comment. I just rushed into the code.
Thank for your help.
-----Original Message-----
From: Yoshinori K. Okuji [mailto:address@hidden
Sent: 2005年11月1日 20:18
To: The development of GRUB 2
Subject: Re: (no subject)
On Tuesday 01 November 2005 08:21 am, Zhao Yu,SCNB R&D NNA(BJ) wrote:
> I just begin to read some code in GRUB2, I met a question. Could you
> help me out?
Sure.
> In function
> void
> grub_rescue_cmd_multiboot (int argc, char *argv[])
> {
> ...
> if (grub_multiboot_load_elf (file, buffer) != GRUB_ERR_NONE)
> goto fail;
> ...
> }
> Do that mean the OS image must be elf format?
> Or there are some miunderstand.
Please look at the comment in the beginning of that file. Since a.out kludge
is not implemented yet, only ELF can be loaded correctly. This is in my TODO
list.
Okuji
_______________________________________________
Grub-devel mailing list
address@hidden http://lists.gnu.org/mailman/listinfo/grub-devel
- (no subject), Zhao Yu,SCNB R&D NNA(BJ), 2005/11/01
- RE: (no subject),
Zhao Yu,SCNB R&D NNA(BJ) <=