From owner-freebsd-questions@FreeBSD.ORG Tue Oct 10 15:05:03 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 8264416A40F for ; Tue, 10 Oct 2006 15:05:03 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail1.sea5.speakeasy.net (mail1.sea5.speakeasy.net [69.17.117.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16E9343D8D for ; Tue, 10 Oct 2006 15:05:03 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 13638 invoked from network); 10 Oct 2006 15:05:02 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail1.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 10 Oct 2006 15:05:02 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id F29542842A; Tue, 10 Oct 2006 11:05:00 -0400 (EDT) To: "Antoine Solomon" References: From: Lowell Gilbert Date: Tue, 10 Oct 2006 11:05:00 -0400 In-Reply-To: (Antoine Solomon's message of "Sun, 8 Oct 2006 09:52:41 -0400") Message-ID: <44ejtgdxer.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: unable to find makeobjops.pl 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, 10 Oct 2006 15:05:03 -0000 "Antoine Solomon" writes: > I was reading about kernel objects in the "FreeBSD Architecture Handbook" > and noticed that there is no "src/sys/kern/makeobjops.pl " in my src tree. > The section I was looking at is 3.3.5 . Anyone knows where it went? Looks like it was turned into an awk script when perl was removed from the base system. > How often is the Architecture book updated? Depends. Little details like this can be easily overlooked.