From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.33) id 1BesLZ-0003ld-Uw for mharc-grub-devel@gnu.org; Mon, 28 Jun 2004 05:22:41 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BesLY-0003lX-BL for grub-devel@gnu.org; Mon, 28 Jun 2004 05:22:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BesLX-0003lL-Qi for grub-devel@gnu.org; Mon, 28 Jun 2004 05:22:40 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BesLX-0003lI-Ng for grub-devel@gnu.org; Mon, 28 Jun 2004 05:22:39 -0400 Received: from [212.43.237.68] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BesJq-0008RH-TP for grub-devel@gnu.org; Mon, 28 Jun 2004 05:20:55 -0400 Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id 5735FF0D35A1 for ; Mon, 28 Jun 2004 05:20:54 -0400 (EDT) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Mon, 28 Jun 2004 11:25:03 +0200 User-Agent: KMail/1.6.1 References: <873c4h42ny.fsf@marco.marco-g.com> In-Reply-To: <873c4h42ny.fsf@marco.marco-g.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200406281125.03655.okuji@enbug.org> Subject: Re: calling UNDI API X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.4 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: Mon, 28 Jun 2004 09:22:40 -0000 On Sunday 27 June 2004 14:16, Marco Gerards wrote: > "lode leroy" writes: > > does anyone have code to call UNDI functions from withing GRUB? > > Can you please explain what this is and why you need it? UNDI is a part of PXE, and it provides a raw ethernet interface. If we can UNDI from GRUB, it fits into our framework, since it works in a similar way as etherboot drivers. Okuji