From owner-freebsd-questions@FreeBSD.ORG Tue Feb 12 03:50:12 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 94D1116A418 for ; Tue, 12 Feb 2008 03:50:12 +0000 (UTC) (envelope-from oren.almog@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.242]) by mx1.freebsd.org (Postfix) with ESMTP id 5302813C43E for ; Tue, 12 Feb 2008 03:50:12 +0000 (UTC) (envelope-from oren.almog@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so1313976anc.13 for ; Mon, 11 Feb 2008 19:50:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; bh=cP5eX9ML+74K9LjXb1NgBTDydlEaAuR7WKeIJEX3w2E=; b=TWlvWAsujI0rIkXLbQOoBf8UXpDiQTV1ulI8J/blkpZps/aIHY/iZqPtzYwayaYny2P0odKQ4mKKkxFO8pzUmvz+hsQvNktzG4Hkd36v7v3ccmEs3G+Qw0CB2EdAPrvVNxJWweWuWANh9ycj7r/2Y4U0oi4hk69LGtEmIa9YyDo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=s9hcFYNvqecTkORpRgYlXADPf4mFN/8aWsxrscMkAKmLGp4HfvHzTHPiGVBHZ/D41uHJQrJnu4gZkUGtoKVblkQtiks3UKYPzbIVFMlf/LNbVsRTJzQlh889kVvhYeP21jwySr6RFc5X9qmXu6PkakdtgvdklpniLWbpgZnDKHQ= Received: by 10.100.57.6 with SMTP id f6mr1612384ana.113.1202788211718; Mon, 11 Feb 2008 19:50:11 -0800 (PST) Received: from ?192.168.1.2? ( [201.250.118.72]) by mx.google.com with ESMTPS id 52sm8623014hsf.9.2008.02.11.19.50.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 11 Feb 2008 19:50:11 -0800 (PST) Message-ID: <47B12581.2060700@gmail.com> Date: Tue, 12 Feb 2008 01:50:09 -0300 From: Oren Almog User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: The Design and Implementation of the FreeBSD Operating System 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: Tue, 12 Feb 2008 03:50:12 -0000 I am looking to learn more about the FreeBSD kernel internals and was wondering how out of the date is the book compared to the current status of the kernel. Also, does anyone have an idea if an updated version is in the works/planned? Thanks.