Date: Thu, 06 Aug 2009 00:38:19 -0700 From: Julian Elischer <julian@elischer.org> To: bose vemuri <boseatjntu@yahoo.com> Cc: freebsd-net@freebsd.org Subject: Re: How to build TCP/IP Stack. Message-ID: <4A7A886B.3060900@elischer.org> In-Reply-To: <764002.27248.qm@web62108.mail.re1.yahoo.com> References: <764002.27248.qm@web62108.mail.re1.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
bose vemuri wrote: > Hi All, > > I have Installed FreeBSD on my Home PC. I would like to build TCP/IP stack module. please guide/help me to build the stack. > > Thank in advance, > Bose. > 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 > > > _______________________________________________ > 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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A7A886B.3060900>