From owner-freebsd-questions@FreeBSD.ORG Mon Jul 21 03:54:35 2008 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 2E6251065674 for ; Mon, 21 Jul 2008 03:54:35 +0000 (UTC) (envelope-from malcolm.kay@internode.on.net) Received: from ipmail01.adl6.internode.on.net (ipmail01.adl6.internode.on.net [203.16.214.146]) by mx1.freebsd.org (Postfix) with ESMTP id A333A8FC0A for ; Mon, 21 Jul 2008 03:54:34 +0000 (UTC) (envelope-from malcolm.kay@internode.on.net) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AsgJAHOlg0h5LQ2Y/2dsb2JhbABLgQ+rMA X-IronPort-AV: E=Sophos;i="4.31,220,1215354600"; d="scan'208";a="154002638" Received: from ppp121-45-13-152.lns10.adl2.internode.on.net (HELO alpha.home) ([121.45.13.152]) by ipmail01.adl6.internode.on.net with ESMTP; 21 Jul 2008 13:24:31 +0930 From: Malcolm Kay Organization: at home To: freebsd-questions@freebsd.org, Madana Date: Mon, 21 Jul 2008 13:24:30 +0930 User-Agent: KMail/1.8 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200807211324.30703.malcolm.kay@internode.on.net> Cc: Subject: Re: FreeBSD source code 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: Mon, 21 Jul 2008 03:54:35 -0000 On Mon, 21 Jul 2008 12:08 pm, Madana wrote: > Dear sir/madam...... > I am a student studying computers and would like to build unix > operating systems later on so i was browsing through your > website for the source code but could not find it so it would > be very very nice if you could give me the url of the page > where i can get the source code...... Yours, > KMB > Simplest is to do an installation say from CDs written from ISOs. Options during installation install full source code for kernel and basic utilities. ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/ISO-IMAGES/7.0/* The same sources are available separately as: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/7.0-RELEASE/src/* install.sh in the same directory will unpack these. Malcolm