From owner-freebsd-questions@FreeBSD.ORG Mon Feb 23 23:58:47 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2C7316A4CF for ; Mon, 23 Feb 2004 23:58:46 -0800 (PST) Received: from lysander.inspired.net.au (lysander.inspired.net.au [203.132.226.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id B85C843D2D for ; Mon, 23 Feb 2004 23:58:45 -0800 (PST) (envelope-from gautam@inspired.net.au) Received: from localhost (localhost [127.0.0.1]) by lysander.inspired.net.au (Postfix) with ESMTP id 6BF672380A2; Tue, 24 Feb 2004 18:58:44 +1100 (EST) Received: from lysander.inspired.net.au ([127.0.0.1]) by localhost (lysander [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 17100-02; Tue, 24 Feb 2004 18:58:44 +1100 (EST) Received: from madras.dyndns.org (dsl-137.241.240.220.dsl.comindico.com.au [220.240.241.137]) by lysander.inspired.net.au (Postfix) with SMTP id B87DB238047; Tue, 24 Feb 2004 18:58:43 +1100 (EST) Date: Tue, 24 Feb 2004 18:56:04 +1100 From: Gautam Gopalakrishnan To: Ashok Raj Message-Id: <20040224185604.37c99c54.gautam@inspired.net.au> In-Reply-To: <20040224064458.19493.qmail@web13502.mail.yahoo.com> References: <20040224064458.19493.qmail@web13502.mail.yahoo.com> X-Mailer: Sylpheed version 0.9.9 (GTK+ 1.2.10; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20030616-p5 (Debian) at inspired.net.au cc: freebsd-questions@freebsd.org Subject: Re: where do i get freebsd kernel source code only X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Feb 2004 07:58:47 -0000 On Mon, 23 Feb 2004 22:44:58 -0800 (PST), Ashok Raj wrote: > hello, > > i am interested in looking at the source code of > freebsd. but i was unable to find only source code in > ur ftp sites. so i want to know the path from where i > can download only the source code of freebsd (without > installing freebsd). You could download the entire directory and run install.sh. /pub/FreeBSD/releases/i386/5.2-RELEASE/src Gautam