Re: [Qemu-devel] Qemu Windows Host & Client Feedback

2005-06-30 Thread Hetz Ben Hamo
Hi Bill, As for the forum, I just updated my DNS records, so in the mean while you can access the forum at: http://qemu.dad-answers.com/ As for PPC emulation - you can't run OS X yet. Thanks, Hetz On 6/30/05, Doctor Bill <[EMAIL PROTECTED]> wrote: > Hello, > > I am a new user of qemu. I noti

[Qemu-devel] Qemu Windows Host & Client Feedback

2005-06-30 Thread Doctor Bill
Hello, I am a new user of qemu. I notice the user forum does not exist anymore, so I hope this is the appropriate place for comments. After spending a day attempting to configure Bochs, I was pleased to find qemu works almost directly out of the box. My goal was to run Windows 98se under Window

[Qemu-devel] qemu-system-ppc

2005-06-30 Thread Fabrice Bellard
Hi, Just a clarification about the state of the QEMU PowerPC system emulator in the CVS head: I commited important changes in order to be able to launch Mac OS X, but important changes are needed in the PPC BIOS too and they are not yet commited because some merging is necessary. Sorry for th

Re: [Qemu-devel] qemu-system-ppc: blank screen

2005-06-30 Thread Tilman Sauerbeck
Jim C. Brown <[EMAIL PROTECTED]> [2005-06-30 15:35]: > On Thu, Jun 30, 2005 at 08:37:36PM +0200, Tilman Sauerbeck wrote: > > Sweet, with that command line switch and Jim's patch, qemu (cvs HEAD) will > > start up and boot linux-ppc.img just fine :) > > > > Next, I tried to install a real Linux dis

Re: [Qemu-devel] qemu-system-ppc: blank screen

2005-06-30 Thread Jim C. Brown
On Thu, Jun 30, 2005 at 08:37:36PM +0200, Tilman Sauerbeck wrote: > Sweet, with that command line switch and Jim's patch, qemu (cvs HEAD) will > start up and boot linux-ppc.img just fine :) > > Next, I tried to install a real Linux distro (CRUX PPC, > cruxppc.sunsite.dk): > > I created a disk ima

Re: [Qemu-devel] qemu-system-ppc: blank screen

2005-06-30 Thread Tilman Sauerbeck
Tero Kaarlela <[EMAIL PROTECTED]> [2005-06-30 19:45]: > >I'm trying to run qemu-system-ppc on a x86 box (Linux 2.6.12, gcc > >3.4.3), but the SDL window that qemu opens just stays black, there's no > >output at all (nothing on stdout either). > >For example, I tried to run qemu-system-ppc with the

Re: [Qemu-devel] qemu-system-ppc: blank screen

2005-06-30 Thread Tero Kaarlela
Tilman Sauerbeck wrote: Hi, I'm trying to run qemu-system-ppc on a x86 box (Linux 2.6.12, gcc 3.4.3), but the SDL window that qemu opens just stays black, there's no output at all (nothing on stdout either). For example, I tried to run qemu-system-ppc with the linux-ppc image from freeoszoo.org

[Qemu-devel] qemu-system-ppc: blank screen

2005-06-30 Thread Tilman Sauerbeck
Hi, I'm trying to run qemu-system-ppc on a x86 box (Linux 2.6.12, gcc 3.4.3), but the SDL window that qemu opens just stays black, there's no output at all (nothing on stdout either). For example, I tried to run qemu-system-ppc with the linux-ppc image from freeoszoo.org. I launched qemu like this

Re: [Qemu-devel] Problems with GDB

2005-06-30 Thread Paul Brook
>... > command='s' > > > So am I doing something wrong here/is my GDB configured properly. Looks like a bug in qemu. Paul ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

[Qemu-devel] Problems with GDB

2005-06-30 Thread Tero Kaarlela
Hi, I am currently trying to use GDB for debugging PPC guest. What I would like to do is to step one instruction but if I give command 'nexti' from GDB affect is exactly same than if i give 'continue'. Running does not stop after 1 instruction. My GDB config: GD