From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BfJwa-000785-Qs for qemu-devel@nongnu.org; Tue, 29 Jun 2004 10:50:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BfJwZ-00077m-Sj for qemu-devel@nongnu.org; Tue, 29 Jun 2004 10:50:44 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BfJwZ-00077j-PZ for qemu-devel@nongnu.org; Tue, 29 Jun 2004 10:50:43 -0400 Received: from [203.190.192.17] (helo=wasp.net.au) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BfJun-0001aW-Bu for qemu-devel@nongnu.org; Tue, 29 Jun 2004 10:48:53 -0400 Message-ID: <40E18154.7050306@wasp.net.au> Date: Tue, 29 Jun 2004 18:48:52 +0400 From: Brad Campbell MIME-Version: 1.0 Subject: Re: [Qemu-devel] ARM emulation References: <40E16FD9.4000404@wasp.net.au> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Jim Hawkins wrote: > On Tue, 29 Jun 2004, Brad Campbell wrote: > > >>If I compiled a static ARM version of chroot, would I be able to use it >>with qemu to chroot into this environment? > > > I've got a debian ARM install running in a chroot jail on my Athlon. I > compiled a static version of qemu-arm and used the binfmt_misc stuff to > get it working. You'll need to put qemu-arm inside the chroot because > binfmt_misc works relative to the chroot root path. You don't need an ARM > version of chroot. Thanks Jim, that was exactly the advice I was after. Regards, Brad