From owner-freebsd-hackers@FreeBSD.ORG Thu Mar 24 14:32:41 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB58D16A4CE for ; Thu, 24 Mar 2005 14:32:41 +0000 (GMT) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0424F43D2D for ; Thu, 24 Mar 2005 14:32:41 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])j2OEW4iF020844; Thu, 24 Mar 2005 16:32:04 +0200 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) j2OEWdfE035387; Thu, 24 Mar 2005 16:32:39 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost)j2OEWdh0035386; Thu, 24 Mar 2005 16:32:39 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Thu, 24 Mar 2005 16:32:39 +0200 From: Giorgos Keramidas To: Marius N?nnerich Message-ID: <20050324143238.GA35328@orion.daedalusnetworks.priv> References: <20050324020042.GB24891@VARK.MIT.EDU> <20050324111756.GB1615@orion.daedalusnetworks.priv> <20050324132231.237615e7@olaf.hackerzberg.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050324132231.237615e7@olaf.hackerzberg.dyndns.org> cc: freebsd-hackers@freebsd.org Subject: Re: Kernel documentation and specification X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Mar 2005 14:32:42 -0000 On 2005-03-24 13:22, Marius N?nnerich wrote: >On Thu, 24 Mar 2005 13:17:56 +0200 >Giorgos Keramidas wrote: >> >> The book is absolutely fabulous! Watch out for the details though and >> keep in mind that you many find it nice to have a FreeBSD source tree >> nearby, just for the fun of browsing the source itself too while you >> read. > > Is there much difference to "The Design and Implementation of the 4.4BSD > Operating System"? I have already read that, and don't know if the new > book is just the same with a few parts updated? The 4.4BSD edition was written for 4.4BSD. It still has some value for people who are interested in the design & implementation details of that system. A lot has changed in the FreeBSD codebase since then, though. So, yes, there are differences.