From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.33) id 1BfK6H-0000t2-RL for mharc-grub-devel@gnu.org; Tue, 29 Jun 2004 11:00:45 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BfK6D-0000r1-LJ for grub-devel@gnu.org; Tue, 29 Jun 2004 11:00:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BfK6B-0000pL-LC for grub-devel@gnu.org; Tue, 29 Jun 2004 11:00:41 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BfK6B-0000p8-H0 for grub-devel@gnu.org; Tue, 29 Jun 2004 11:00:39 -0400 Received: from [194.251.242.242] (helo=fep17.inet.fi) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BfK49-0001hP-Ri for grub-devel@gnu.org; Tue, 29 Jun 2004 10:58:34 -0400 Received: from [80.221.219.92] by fep17.inet.fi with ESMTP id <20040629145831.FUPL2301.fep17.inet.fi@[80.221.219.92]> for ; Tue, 29 Jun 2004 17:58:31 +0300 Message-ID: <40E183CF.7080504@nic.fi> Date: Tue, 29 Jun 2004 17:59:27 +0300 From: chaac User-Agent: Mozilla Thunderbird 0.7 (Windows/20040616) X-Accept-Language: en-us, en MIME-Version: 1.0 To: The development of GRUB 2 References: <873c4h42ny.fsf@marco.marco-g.com> <200406281125.03655.okuji@enbug.org> <87fz8ezjo9.fsf@marco.marco-g.com> In-Reply-To: <87fz8ezjo9.fsf@marco.marco-g.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit 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: Tue, 29 Jun 2004 15:00:42 -0000 Marco Gerards wrote: > How will we support the other cards? By using etherboot (or whatever > it was used in GRUB Legacy)? What I would prefer is to have our own > TCP/IP stack that is platform independent. There are many TCP/IP implementations that are free to use. I don't recommend to build one from scratch if it isn't really necessary. I don't know how they collide with GRUB's license but here is link to one of them, even in "local" server: http://savannah.nongnu.org/projects/lwip/ This one is mainly for embedded systems, but has also x86 port. Thanks, Vesa Jääskeläinen