From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1EX6yA-00089X-GJ for mharc-grub-devel@gnu.org; Tue, 01 Nov 2005 19:59:14 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EX6y8-000891-4I for grub-devel@gnu.org; Tue, 01 Nov 2005 19:59:12 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EX6y6-00088h-FP for grub-devel@gnu.org; Tue, 01 Nov 2005 19:59:11 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EX6y6-00088e-D6 for grub-devel@gnu.org; Tue, 01 Nov 2005 19:59:10 -0500 Received: from [194.138.202.53] (helo=david.siemens.com.cn) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EX6y1-0007iJ-Oj for grub-devel@gnu.org; Tue, 01 Nov 2005 19:59:10 -0500 Received: from ns.siemens.com.cn (ns.siemens.com.cn [194.138.237.52]) by david.siemens.com.cn (8.11.7/8.11.7) with ESMTP id jA20iLo19899 for ; Wed, 2 Nov 2005 08:44:22 +0800 (CST) Received: from pekw096e.cn001.siemens.net (localhost [127.0.0.1]) by ns.siemens.com.cn (8.11.7/8.11.7) with ESMTP id jA20nZR03060 for ; Wed, 2 Nov 2005 08:49:36 +0800 (CST) Received: by pekw096e.cn001.siemens.net with Internet Mail Service (5.5.2657.72) id ; Wed, 2 Nov 2005 08:58:59 +0800 Message-ID: <31F31018FE2DC941A70BD30477510B0C0659B8F0@biscm02.cn001.siemens.net> From: "Zhao Yu,SCNB R&D NNA(BJ)" To: The development of GRUB 2 Date: Wed, 2 Nov 2005 09:02:40 +0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Subject: RE: (no subject) X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Nov 2005 00:59:12 -0000 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:okuji@enbug.org]=20 Sent: 2005=C4=EA11=D4=C21=C8=D5 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=20 > help me out? Sure. > In function > void > grub_rescue_cmd_multiboot (int argc, char *argv[]) > { > ... > if (grub_multiboot_load_elf (file, buffer) !=3D 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=20 is not implemented yet, only ELF can be loaded correctly. This is in my = TODO=20 list. Okuji _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel