From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GXU6r-0001e9-Nk for qemu-devel@nongnu.org; Tue, 10 Oct 2006 22:46:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GXU6q-0001c0-36 for qemu-devel@nongnu.org; Tue, 10 Oct 2006 22:46:17 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GXU6p-0001bw-SM for qemu-devel@nongnu.org; Tue, 10 Oct 2006 22:46:15 -0400 Received: from [65.74.133.4] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GXUEj-0004EJ-Tx for qemu-devel@nongnu.org; Tue, 10 Oct 2006 22:54:26 -0400 From: Paul Brook Subject: Re: [Qemu-devel] qemu-system-sparc question? Date: Wed, 11 Oct 2006 03:39:29 +0100 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610110339.30260.paul@codesourcery.com> 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 On Tuesday 10 October 2006 21:44, Ishwar Rattan wrote: > Well here is the situation. Dept had a lab with SPARC > based Solaris machines that were phased out in summer > (over my objections). I needed the environment to teach > first computer archt course with some assembly language > thrown in. Intel processor assembly requires a much > bigger effort (on part of students) which defeats the puprpose > of the course. So, I thought that I could put together > the SPARC back, if I am able to boot a SPARC version of > Linux (with gcc, gas, text-editor and networking) under > qemu. Hence the barrage of questions. GUI is a non-issue. Sounds like you just want a bare-metal cross. There's absolutely no reason to run the editor, compiler or assembler on the target machine. Many targets even have gdb simulators (MIPS, ARM and PPC do). IMHO there's nothing particularly good about sparc for teaching assembly (Whoever thought register windows were a good idea!). Paul