From owner-freebsd-questions@FreeBSD.ORG Wed May 13 17:41:23 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DBF57106566B for ; Wed, 13 May 2009 17:41:23 +0000 (UTC) (envelope-from millenia2000@hotmail.com) Received: from bay0-omc2-s36.bay0.hotmail.com (bay0-omc2-s36.bay0.hotmail.com [65.54.246.172]) by mx1.freebsd.org (Postfix) with ESMTP id C2C258FC16 for ; Wed, 13 May 2009 17:41:23 +0000 (UTC) (envelope-from millenia2000@hotmail.com) Received: from BAY126-W2 ([65.55.131.37]) by bay0-omc2-s36.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 13 May 2009 10:29:24 -0700 Message-ID: X-Originating-IP: [65.214.169.254] From: Sean Cavanaugh To: , Date: Wed, 13 May 2009 13:29:24 -0400 Importance: Normal In-Reply-To: <20090513165552.GA47498@gizmo.acns.msu.edu> References: <717ed9590905130803x35a786b6uec0256cf855adf8f@mail.gmail.com> <20090513165552.GA47498@gizmo.acns.msu.edu> MIME-Version: 1.0 X-OriginalArrivalTime: 13 May 2009 17:29:24.0557 (UTC) FILETIME=[5BFB2FD0:01C9D3F0] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "freebsd-questions@freebsd.org" Subject: RE: Welcome to the "freebsd-questions" mailing list X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 May 2009 17:41:24 -0000 > Date: Wed=2C 13 May 2009 12:55:52 -0400 > From: jerrymc@msu.edu > To: korikov.zk@gmail.com > CC: freebsd-questions@freebsd.org > Subject: Re: Welcome to the "freebsd-questions" mailing list >=20 > On Wed=2C May 13=2C 2009 at 08:33:44PM +0530=2C Shakil Khan wrote: >=20 > > Hi=2C > >=20 > > Can anyone let me know how can I download FreeBSD kernel source code. I= am > > on Linux and am not able to download using CVS. Can someone point me ex= actly > > and also if some links are available where I can download tar ball of > > FreeBSD kernek source code. >=20 > My suggestion would be to download the latest ISO and install it on > a machine with full source. Then you will have kernel and everything > to make a FreeBSD including the correct compilers and libraries. >=20 > Kernel is really dealt with differently in FreeBSD than in Linux. > Although there is a kernel=2C it is intimately part of the whole > operating system=2C not a kernel which someone grabs makes up a separate= =20 > distribution with. =20 >=20 to piggy-back a little more=2C FreeBSD is an entire Operating System wherea= s Linux is just a Kernel used to run the GNU Operating system (The true nom= enclature is GNU/Linux when refering to a Linux based OS). the GNU project is currently working on writing their own Kernel named Hurd= based off the mach kernel.