From owner-freebsd-net@FreeBSD.ORG Thu Aug 6 12:59:05 2009 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A85C106566B for ; Thu, 6 Aug 2009 12:59:05 +0000 (UTC) (envelope-from boseatjntu@yahoo.com) Received: from web62106.mail.re1.yahoo.com (web62106.mail.re1.yahoo.com [69.147.74.244]) by mx1.freebsd.org (Postfix) with SMTP id 148C38FC1C for ; Thu, 6 Aug 2009 12:59:04 +0000 (UTC) Received: (qmail 53121 invoked by uid 60001); 6 Aug 2009 12:59:04 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1249563544; bh=GGs9OqYe9Up5C8+/infqzdx3anrIrB8IBEAkt2qkrmM=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=gJXahFyXmaXMyJ8h3T98jv/2EWP8o6UQ0sMTXD20PNc9SSI0S6z9nOWqC+x5DN23sRe/CFbYFXe5tO+7EBY0c3hwnmp5aDVakvSTxP6EIOB3GRuLH0fYhUsWrV6XbKl2pk+sMXgVyqXD77qS6gHp8Zptr7DU0D40/n2gC8mRles= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=pic2+S4sZxMSUIdpt4yPmperNzT8b7cpCmhxUHIciPZr4zoKsmz+Ptl1K1IHfnh5gHP31Sbipxjz3nytlnfNORphzFldKZm5lYuWQ6Tuk9FpDjStgJex3FbgT6+qsfXmxoS7QyUZcWxpbGYj6BOgXQnwWPmfhBwcBZis0GS4uLQ=; Message-ID: <429535.52145.qm@web62106.mail.re1.yahoo.com> X-YMail-OSG: R5Uia8IVM1mrNU3KKK9TmmDx5K8kbD0_lOY8mpOGCVIiZErhYRTXvOVsoJvQtWtaCQ4yZ1y7Un6KW4STk7idTiL0D4DsJaGqvuRmPkBxYHZ50bDhDqzTyeTrDbmClTZ_VbBFDqco3353UTRmORQY7oVJhk2oaoJCHOywC4CX9Mz4IzbxCIasGAKe3a3csb4d5EtKOEh2CVEFhpCcZE_NNFQOtkDBXeNhBA4C4L_fbuh2s4HruOta9pnLFCNn8cu79DfJT4uCSXv7XtN.Dv83Vr25Iyj8pdU6Ur2Yy6p.jzrcBLBJ1vuYPP7JW0Hds3NoECjPXpzOW1ChIbj8kCS7IQ6x_c4swh24nQL3f4nw Received: from [59.92.174.2] by web62106.mail.re1.yahoo.com via HTTP; Thu, 06 Aug 2009 05:59:04 PDT X-Mailer: YahooMailClassic/6.1.2 YahooMailWebService/0.7.338.2 Date: Thu, 6 Aug 2009 05:59:04 -0700 (PDT) From: bose vemuri To: freebsd-net@freebsd.org In-Reply-To: <4A7A886B.3060900@elischer.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: julian@elischer.org Subject: Re: How to port/build TCP/IP Stack. X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Aug 2009 12:59:05 -0000 Hi, =A0 Thank you=A0for your reply. Actually we need to implement TCP/IP stack on B= oot Loader(MIPS). We are planning to port FreeBSD TCP/IP Stack. Please help= me out how can i proceed further.=A0 =A0 Thanks in advance,=20 Bose. --- On Thu, 8/6/09, Julian Elischer wrote: From: Julian Elischer Subject: Re: How to build TCP/IP Stack. To: "bose vemuri" Cc: freebsd-net@freebsd.org Date: Thursday, August 6, 2009, 1:08 PM bose vemuri wrote: > Hi All, >=A0 I have Installed FreeBSD on my Home PC. I would like to build TCP/IP s= tack module. please guide/help me to build the stack. >=A0 Thank in advance, > Bose. >=20 The tcp stackis not a separate module. there are parts of the system that are, but TCP/IP is not one of them. if you explained a bit more about what you want to do maybe we can help you... to recompile the system, assuming you have /usr/src installed. cd /usr/src; make buildkernel && make installkernel && reboot >=20 >=A0 =A0 =A0=A0=A0_______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" =0A=0A=0A