* [Qemu-devel] MacOsX support
@ 2004-06-22 12:22 Jean-Michel POURE
2004-06-22 12:39 ` Hetz Ben Hamo
0 siblings, 1 reply; 8+ messages in thread
From: Jean-Michel POURE @ 2004-06-22 12:22 UTC (permalink / raw)
To: qemu-devel
Dear friends,
I read with great interest that PowerMac emulation was being added in CVS. Did
anyone already install MacOsX? Are there screenshots available? I only have a
MacOs 10.2 (unused) license and will try later on...
Cheers,
Jean-Michel
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] MacOsX support
2004-06-22 12:22 [Qemu-devel] MacOsX support Jean-Michel POURE
@ 2004-06-22 12:39 ` Hetz Ben Hamo
2004-06-22 12:44 ` Jens Arm
0 siblings, 1 reply; 8+ messages in thread
From: Hetz Ben Hamo @ 2004-06-22 12:39 UTC (permalink / raw)
To: qemu-devel, jm
On Tuesday 22 June 2004 15:22, Jean-Michel POURE wrote:
> Dear friends,
>
> I read with great interest that PowerMac emulation was being added in CVS.
> Did anyone already install MacOsX? Are there screenshots available? I only
> have a MacOs 10.2 (unused) license and will try later on...
I have tried 10.3. It gives the Apple logo, a small scrollbar and then
freezes.
Thanks,
Hetz
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] MacOsX support
2004-06-22 12:39 ` Hetz Ben Hamo
@ 2004-06-22 12:44 ` Jens Arm
2004-06-22 13:11 ` J. Mayer
0 siblings, 1 reply; 8+ messages in thread
From: Jens Arm @ 2004-06-22 12:44 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 472 bytes --]
> > I read with great interest that PowerMac emulation was being added in CVS.
> > Did anyone already install MacOsX? Are there screenshots available? I only
> > have a MacOs 10.2 (unused) license and will try later on...
>
> I have tried 10.3. It gives the Apple logo, a small scrollbar and then
> freezes.
I tried Darwin, which worked in pearpc.
In qemu I get:
qemu-system-ppc -g 1024x786 -cdrom ../pearpc/darwin.iso
see in attached screen shot.
Any hints?
Jens
[-- Attachment #2: ppc.ppm.bz2 --]
[-- Type: application/octet-stream, Size: 3243 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] MacOsX support
2004-06-22 12:44 ` Jens Arm
@ 2004-06-22 13:11 ` J. Mayer
2004-06-22 13:20 ` Jens Arm
0 siblings, 1 reply; 8+ messages in thread
From: J. Mayer @ 2004-06-22 13:11 UTC (permalink / raw)
To: qemu-devel
On Tue, 2004-06-22 at 14:44, Jens Arm wrote:
> > > I read with great interest that PowerMac emulation was being added in CVS.
> > > Did anyone already install MacOsX? Are there screenshots available? I only
> > > have a MacOs 10.2 (unused) license and will try later on...
> >
> > I have tried 10.3. It gives the Apple logo, a small scrollbar and then
> > freezes.
>
> I tried Darwin, which worked in pearpc.
>
> In qemu I get:
>
> qemu-system-ppc -g 1024x786 -cdrom ../pearpc/darwin.iso
>
> see in attached screen shot.
>
> Any hints?
I got this when I try to boot Darwin x86 with the Qemu PPC. Darwin ppc
images are usualy name <xxx>.cdr , not iso.
Are you sure it's the same image you used with PearPC ?
But, for now, Darwin will just load and initialize its kernel then
panic.
--
J. Mayer <l_indien@magic.fr>
Never organized
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] MacOsX support
2004-06-22 13:11 ` J. Mayer
@ 2004-06-22 13:20 ` Jens Arm
2004-06-22 20:07 ` Jean-Michel POURE
0 siblings, 1 reply; 8+ messages in thread
From: Jens Arm @ 2004-06-22 13:20 UTC (permalink / raw)
To: qemu-devel
> > > > I read with great interest that PowerMac emulation was being added in CVS.
> > > > Did anyone already install MacOsX? Are there screenshots available? I only
> > > > have a MacOs 10.2 (unused) license and will try later on...
> > >
> > > I have tried 10.3. It gives the Apple logo, a small scrollbar and then
> > > freezes.
> >
> > I tried Darwin, which worked in pearpc.
> >
> > In qemu I get:
> >
> > qemu-system-ppc -g 1024x786 -cdrom ../pearpc/darwin.iso
> >
> > see in attached screen shot.
> >
> > Any hints?
>
> I got this when I try to boot Darwin x86 with the Qemu PPC. Darwin ppc
> images are usualy name <xxx>.cdr , not iso.
> Are you sure it's the same image you used with PearPC ?
> But, for now, Darwin will just load and initialize its kernel then
> panic.
>
Yes, this is the 7.0.1 image which includes both the ppc and ix86 version.
Which you can dl here: http://developer.apple.com/darwin/
Jens
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] MacOsX support
2004-06-22 13:20 ` Jens Arm
@ 2004-06-22 20:07 ` Jean-Michel POURE
2004-06-23 8:15 ` Jens Arm
0 siblings, 1 reply; 8+ messages in thread
From: Jean-Michel POURE @ 2004-06-22 20:07 UTC (permalink / raw)
To: qemu-devel
Le mardi 22 Juin 2004 15:20, Jens Arm a écrit :
> Yes, this is the 7.0.1 image which includes both the ppc and ix86 version.
> Which you can dl here: http://developer.apple.com/darwin/
The list of downloads is also available on:
http://www.opensource.apple.com/darwinsource/
After unpacking, you will need to rename darwin-701.iso to darwin-701.cdr
like explained by J. Mayer.
Then boot with:
qemu-system-ppc -hda hd.img -cdrom darwin-701.cdr -m 128 -boot d
On http://www.opensource.apple.com/darwinsource/images/release-notes-7.0.1.txt
it is written:
**************************************************************************************
Supported Hardware
==================
Darwin 7.0.1 should install and boot on all PowerPC-based Macintosh
computers supported by Mac OS X 10.3.
Additionally, Darwin 7.0.1 supports many x86-based personal computers:
IDE:
Only the PIIX4 IDE controllers have been found to work.
Attached devices must be UDMA/33 compatible or better.
Ethernet:
Intel 8255x 10/100 ethernet controllers are supported.
3Com 905cXXX based ethernet controllers are supported.
Video:
You must have a VESA 2.0 compliant video card. Almost all
modern graphics cards are VESA 2.0 compliant. However,
emulators such as vmware do not have VESA 2.0 compliant
emulated video cards.
Successfully tested hardware:
All 440BX motherboards tested have worked with their
internal IDE controllers.
IBM ThinkPad A21m (with onboard Intel ethernet)
See <http://www.opendarwin.org/hardware/> for a community-created
site that lists hardware that has been found to work.
**************************************************************************************
Cheers,
Jean-Michel Pouré
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2004-06-23 8:27 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-22 12:22 [Qemu-devel] MacOsX support Jean-Michel POURE
2004-06-22 12:39 ` Hetz Ben Hamo
2004-06-22 12:44 ` Jens Arm
2004-06-22 13:11 ` J. Mayer
2004-06-22 13:20 ` Jens Arm
2004-06-22 20:07 ` Jean-Michel POURE
2004-06-23 8:15 ` Jens Arm
2004-06-23 8:25 ` Jean-Michel POURE
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).