From owner-freebsd-hackers@FreeBSD.ORG Wed Jul 12 08:40:24 2006 Return-Path: X-Original-To: freebsd-hackers@freebsd.org 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 7774616A4DD for ; Wed, 12 Jul 2006 08:40:24 +0000 (UTC) (envelope-from artifact.one@googlemail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1281D43D45 for ; Wed, 12 Jul 2006 08:40:23 +0000 (GMT) (envelope-from artifact.one@googlemail.com) Received: by wr-out-0506.google.com with SMTP id 69so63270wri for ; Wed, 12 Jul 2006 01:40:23 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=UGWP78Vlv5e/7ZHJ0VcXNOUGtl1aK21GydNL8oIKDM85MjVcCGY7Qu9oBY3T+K+KzLNrdD8RI+6gR+liVH3ZF+avg9NJAzYbDVH21WIdBA1rVf3rZODzP0gIqCPQglH72VbzczAB3vTxhdeOILgqHbKI+t54rIScPXLbjXRAONc= Received: by 10.82.103.11 with SMTP id a11mr31335buc; Wed, 12 Jul 2006 01:40:23 -0700 (PDT) Received: by 10.78.43.9 with HTTP; Wed, 12 Jul 2006 01:40:23 -0700 (PDT) Message-ID: <8e96a0b90607120140u22f8ee01h9370dcaa1a4763c5@mail.gmail.com> Date: Wed, 12 Jul 2006 09:40:23 +0100 From: "mal content" To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: /boot/boot, where? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jul 2006 08:40:24 -0000 Can anybody tell me where /boot/boot is built in the source tree? I'm trying to put together a customised bootable image for qemu but can't find this missing piece. MC