Re: [Qemu-devel] MIPS emulation?

2006-06-13 Thread Thiemo Seufer
Alessandro Corradi wrote: [snip] > Hi, > I downloaded mips/linux kernel from git and I configure it for qemu. > But when I make it gets this error: > > > /bin/sh: line 1: mips-linux-gcc: command not found > > What's wrong? You are either compiling natively on a mips system and have CONFIG_CROSS

Re: [Qemu-devel] MIPS emulation?

2006-06-13 Thread Alessandro Corradi
>On Sat, Jan 14, 2006 at 07:34:36PM +0100, Tomasz Chmielewski wrote:>> >(A) You have to build a qemu-specific kernel to use the MIPS QEMU.>> >> And how to build "qemu-specific MIPS kernel"? >> >> Is it just a kernel built for MIPS, or perhaps some qemu-specific >> patches have to be applied?>>You h

Re: [Qemu-devel] MIPS emulation?

2006-01-18 Thread Daniel Jacobowitz
On Tue, Jan 17, 2006 at 01:37:05PM -0800, Mark E Mason wrote: > Hello Daniel, > > linux-mips.org CVS hasn't been updated in a couple of months > (they switched to git). What's the latest MIPS kernel you've > booted with qemu? The recent ones from the git repository seem > to spin processing inter

RE: [Qemu-devel] MIPS emulation?

2006-01-17 Thread Mark E Mason
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Jacobowitz Sent: Saturday, January 14, 2006 12:45 PM To: qemu-devel@nongnu.org Subject: Re: [Qemu-devel] MIPS emulation? On Sat, Jan 14, 2006 at 07:34:36PM +0100, Tomasz Chmielewski wrote: > >(A

Re: [Qemu-devel] MIPS emulation?

2006-01-14 Thread Daniel Jacobowitz
On Sat, Jan 14, 2006 at 07:34:36PM +0100, Tomasz Chmielewski wrote: > >(A) You have to build a qemu-specific kernel to use the MIPS QEMU. > > And how to build "qemu-specific MIPS kernel"? > > Is it just a kernel built for MIPS, or perhaps some qemu-specific > patches have to be applied? You hav

Re: [Qemu-devel] MIPS emulation?

2006-01-14 Thread Tomasz Chmielewski
Daniel Jacobowitz schrieb: On Sat, Jan 14, 2006 at 12:13:26AM +0100, Tomasz Chmielewski wrote: According to the docs on http://qemu.org/qemu-doc.html#SEC45, Qemu "is able to boot a Linux kernel and to run a Linux Debian installation from NFS". I downloaded debian-31r1a-mips-netinst.iso image

Re: [Qemu-devel] MIPS emulation?

2006-01-14 Thread Daniel Jacobowitz
On Sat, Jan 14, 2006 at 12:13:26AM +0100, Tomasz Chmielewski wrote: > According to the docs on http://qemu.org/qemu-doc.html#SEC45, Qemu "is > able to boot a Linux kernel and to run a Linux Debian installation from > NFS". > > I downloaded debian-31r1a-mips-netinst.iso image, and tried to start

[Qemu-devel] MIPS emulation?

2006-01-13 Thread Tomasz Chmielewski
According to the docs on http://qemu.org/qemu-doc.html#SEC45, Qemu "is able to boot a Linux kernel and to run a Linux Debian installation from NFS". I downloaded debian-31r1a-mips-netinst.iso image, and tried to start it: # qemu-system-mips -boot d -m 128 -cdrom debian-31r1a-mips-netinst.iso m