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:[EMAIL PROTECTED] 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 Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel