From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.33) id 1BezP4-0008Up-70 for mharc-grub-devel@gnu.org; Mon, 28 Jun 2004 12:54:46 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BezP2-0008Uh-6H for grub-devel@gnu.org; Mon, 28 Jun 2004 12:54:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BezP0-0008UV-HM for grub-devel@gnu.org; Mon, 28 Jun 2004 12:54:43 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BezP0-0008US-Ek for grub-devel@gnu.org; Mon, 28 Jun 2004 12:54:42 -0400 Received: from [145.74.66.11] (helo=mail-cn.han.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BezNB-0000X3-QE for grub-devel@gnu.org; Mon, 28 Jun 2004 12:52:50 -0400 Received: from localhost (charlie.han.nl [145.74.66.9]) by mail-cn.han.nl (Postfix) with ESMTP id 899749392 for ; Mon, 28 Jun 2004 18:49:08 +0200 (CEST) Received: from mail-cn.han.nl ([145.74.66.11]) by localhost (charlie.han.nl [145.74.66.9]) (amavisd-new, port 10024) with ESMTP id 01283-04 for ; Mon, 28 Jun 2004 18:49:06 +0200 (CEST) Received: from mail1.han.nl (mail1.han.nl [145.74.103.11]) by mail-cn.han.nl (Postfix) with ESMTP id CA8269375 for ; Mon, 28 Jun 2004 18:49:06 +0200 (CEST) Received: from marco.marco-g.com (a82-92-27-129.adsl.xs4all.nl [82.92.27.129]) by mail1.han.nl (Postfix) with ESMTP id 2F3CCC047 for ; Mon, 28 Jun 2004 17:49:06 +0200 (CEST) Mail-Copies-To: metgerards@student.han.nl To: The development of GRUB 2 References: <873c4h42ny.fsf@marco.marco-g.com> <200406281125.03655.okuji@enbug.org> From: Marco Gerards Date: Mon, 28 Jun 2004 18:49:13 +0200 In-Reply-To: <200406281125.03655.okuji@enbug.org> (Yoshinori K. Okuji's message of "Mon, 28 Jun 2004 11:25:03 +0200") Message-ID: <878ye78w6u.fsf@marco.marco-g.com> User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by amavisd-new@vscan-cn.han.nl 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 16:54:44 -0000 "Yoshinori K. Okuji" writes: > 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. This sounds really cool. Lode, do you want to work on this? I can do the same for the PPC port, open firmware has such features as well. Thanks, Marco