Is it possible to run MorphOS in Qemu...? What type of graphics support is available?
Could someone who has tested it succesfully please put here a working command string?
Running MorphOS in Qemu
Re: Running MorphOS in Qemu
Hi Roland,
I haven't tested it, but it should be possible. Here are some links that should interest you:
https://www.youtube.com/watch?v=EZJ42NPG8Qo
http://zero.eik.bme.hu/~balaton/qemu/amiga/
I haven't tested it, but it should be possible. Here are some links that should interest you:
https://www.youtube.com/watch?v=EZJ42NPG8Qo
http://zero.eik.bme.hu/~balaton/qemu/amiga/
Amiga 1200 2Mb Chip - PiStorm32 lite - CF 128Gb - Indivision MK3 - GOEX Drive - WB 3.2.2.1
AmigaOne X5000 2Ghz / 8Gb Ram - SSD 2x4Tb - Radeon RX 580 4Gb - Sound Blaster Audigy FX 5.1 SBX - AmigaOS4.1 FE
AmigaOne X5000 2Ghz / 8Gb Ram - SSD 2x4Tb - Radeon RX 580 4Gb - Sound Blaster Audigy FX 5.1 SBX - AmigaOS4.1 FE
Re: Running MorphOS in Qemu
Yes, it works! Only the SM502 GPU is supported in QEMU on our AmigaOnes. QEMU's ATi Rage 128 PRO has some issues on our AmigaOnes. MorphOS doesn't work with KVM HV on the X5000.Roland wrote: Sat May 15, 2021 3:43 pm Is it possible to run MorphOS in Qemu...? What type of graphics support is available?
You can find some command strings in the first three screenshots.



On a PC you can use an ATi Rage 128 PRO in QEMU as well:

Re: Running MorphOS in Qemu
What can you do with SM502...? Can you run video streams using Wayfarer?-)xeno74 wrote: Sun May 16, 2021 12:20 pm Yes, it works! Only the SM502 GPU is supported in QEMU on our AmigaOnes. QEMU's ATi Rage 128 PRO has some issues on our AmigaOnes. MorphOS doesn't work with KVM HV on the X5000.
Thanks... But do you have any of them in text format?You can find some command strings in the first three screenshots.
- Roland -
Re: Running MorphOS in Qemu
I haven't tried it yet but in my point of view QEMU is too slow for video streams.Roland wrote: Sun May 16, 2021 3:21 pm What can you do with SM502...? Can you run video streams using Wayfarer?-)
Unfortunately, I don't have any of them in the text format.
Re: Running MorphOS in Qemu
When I tried to run MOS with the example found in the link above (very similar to the string in Christians first image), I got to the qemu window showing this text:
Guest has not initialized the display (yet)
What should be done next?
- Roland -
Re: Running MorphOS in Qemu
Do you use the correct OpenBIOS firmware?Roland wrote: Mon May 17, 2021 3:45 pmWhen I tried to run MOS with the example found in the link above (very similar to the string in Christians first image), I got to the qemu window showing this text:
Guest has not initialized the display (yet)
What should be done next?
Download: openbios-qemu.elf.zip.The OpenBIOS firmware does not correctly describe PCI buses of the emulated machine which makes MorphOS try to access devices on the wrong PCI bus. This OpenBIOS patch provides a workaround, a patched OpenBIOS binary is here.
Do you emulate a Power Mac G4 or a Sam460ex?
Re: Running MorphOS in Qemu
I have the same.xeno74 wrote: Mon May 17, 2021 6:19 pm Do you use the correct OpenBIOS firmware?
Download: openbios-qemu.elf.zip.
I think G4 was mentioned in some of the output strings... But how can you select it?Do you emulate a Power Mac G4 or a Sam460ex?
qemu-system-ppc -machine mac99,via=pmu -m 512 \
-vga none -device sm501 \
-cdrom morphos-3.15.iso -boot d \
-prom-env "boot-device=cd:,\mac_ppc32\boot.img" \
-bios openbios-qemu.elf -serial stdio
- Roland -
Re: Running MorphOS in Qemu
Hi Roland,
Which QEMU version and which Linux distribution do you use? I think MintPPC. I haven’t tested MorphOS in QEMU on MintPPC yet. mac99 = G4
Thanks,
Christian
Which QEMU version and which Linux distribution do you use? I think MintPPC. I haven’t tested MorphOS in QEMU on MintPPC yet. mac99 = G4
Thanks,
Christian
Re: Running MorphOS in Qemu
First I tested with MintPPC, and now with Feinix-Soar... It has the same problem. I forgot to check the version number but it is the one in the default Fienix depot.xeno74 wrote: Tue May 18, 2021 8:18 amWhich QEMU version and which Linux distribution do you use? I think MintPPC. I haven’t tested MorphOS in QEMU on MintPPC yet. mac99 = G4
- Roland -