Paladin of the Pegasos
Posts: 1110 from 2013/5/24
From: Nederland
Quote:
pampers wrote:
Can anyone post some quick tutorial how to run this on MacOS for lamers like me? ;)
Code:
git clone https://github.com/qemu/qemu
cd qemu
./configure
make -j8
make install
qemu-img create -f qcow2 morphos.img 120G
# Boot from CD with HDD attached
qemu-system-ppc -machine mac99,via=pmu -m 1536 -vga none -device sm501 -hda morphos.img -boot d -prom-env 'boot-device=cd:,mac_ppc32boot.img' -bios openbios-qemu.elf -serial stdio -net nic,model=rtl8139 -net user -cdrom morphos-3.11.iso
Install MorphOS using IWizard.
Code:
#Boot from HDD
qemu-system-ppc -machine mac99,via=pmu -m 1536 -vga none -device sm501 -hda morphos.img -boot c -prom-env 'boot-device=hd:,boot.img' -bios openbios-qemu.elf -serial stdio -net nic,model=rtl8139 -net user
1.67GHz 15" PowerBook G4, 1GB RAM, 128MB Radeon 9700M Pro, 64GB SSD, MorphOS 3.15
2.7GHz DP G5, 4GB RAM, 512MB Radeon X1950 Pro, 500GB SSHD, MorphOS 3.9