From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 17:01:52 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 4205B16A4CE for ; Tue, 30 Nov 2004 17:01:52 +0000 (GMT) Received: from yearning.mcc.ac.uk (yearning.mcc.ac.uk [130.88.203.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEBC143D41 for ; Tue, 30 Nov 2004 17:01:51 +0000 (GMT) (envelope-from jcm@FreeBSD-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97]) by yearning.mcc.ac.uk with esmtp (Exim 4.43 (FreeBSD)) id 1CZBNu-000Cav-Qf; Tue, 30 Nov 2004 17:01:50 +0000 Received: from dogma.freebsd-uk.eu.org (localhost [127.0.0.1]) iAUH1olZ034699; Tue, 30 Nov 2004 17:01:50 GMT (envelope-from jcm@dogma.freebsd-uk.eu.org) Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.12.10/8.12.6/Submit) id iAUH1nle034698; Tue, 30 Nov 2004 17:01:49 GMT Date: Tue, 30 Nov 2004 17:01:49 +0000 From: Jonathon McKitrick To: Giorgos Keramidas Message-ID: <20041130170149.GD29674@dogma.freebsd-uk.eu.org> References: <20041130153247.GB29674@dogma.freebsd-uk.eu.org> <20041130165434.GD2610@gothmog.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041130165434.GD2610@gothmog.gr> User-Agent: Mutt/1.4i cc: freebsd-questions@freebsd.org Subject: Re: Source tree hierarchy 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, 30 Nov 2004 17:01:52 -0000 On Tue, Nov 30, 2004 at 06:54:35PM +0200, Giorgos Keramidas wrote: : On 2004-11-30 15:32, Jonathon McKitrick wrote: : > : > Why are there sometimes 2 levels of the same directory name, one beneath the : > other? : > : > Like sys and i386, for example? : : They are different things: : : /usr/src/sys Kernel sources (entire source tree). : : /usr/src/sys/sys Kernel header files. These are installed as : /usr/include/sys/* by the installation process. Ok, that makes sense. But src/sys/i386/i386 has source code, not just headers. Is this code that is specific to i386 CPUs, while src/sys/i386 is just specific to the system architecture? jm -- My other computer is your Windows box.