Distribution de travail : Lubuntu 18.04 LTS
util05@station01:~$ mkdir VIRT/MACOS9
util05@station01:~$ cd VIRT/MACOS9/
util05@station01:~/VIRT/MACOS9$
util05@station01:~/VIRT/MACOS9$ wget https://download.qemu.org/qemu-3.0.0.tar.xz
util05@station01:~/VIRT/MACOS9$ tar xvfJ qemu-3.0.0.tar.xz
util05@station01:~/VIRT/MACOS9$ cd qemu-3.0.0/
util05@station01:~/VIRT/MACOS9/qemu-3.0.0$
util05@station01:~/VIRT/MACOS9/qemu-3.0.0$ ./configure --enable-virglrenderer --enable-opengl --enable-sdl --with-sdlabi=2.0 --enable-system --enable-modules --enable-libusb --target-list=ppc-softmmu --enable-kvm --audio-drv-list=alsa --enable-libusb --enable-hvf
util05@station01:~/VIRT/MACOS9/qemu-3.0.0$ make -j 2
util05@station01:~/VIRT/MACOS9/qemu-3.0.0$ cd ..
util05@station01:~/VIRT/MACOS9$
http://macos9lives.com/smforum/index.php?topic=2109.0
util05@station01:~/VIRT/MACOS9$ qemu-3.0.0/qemu-img create -f qcow2 vda.img 10G
Formatting 'vda.img', fmt=qcow2 size=10737418240 cluster_size=65536 lazy_refcounts=off refcount_bits=16
util05@station01:~/VIRT/MACOS9$ qemu-3.0.0/ppc-softmmu/qemu-system-ppc -L qemu-3.0.0/pc-bios -cpu "g4" -M mac99,via=pmu -m 1024 -hda vda.img -cdrom "Mac OS 9.2.2 Universal Install.iso" -boot d -g 1024x768x32








util05@station01:~/VIRT/MACOS9$ qemu-3.0.0/ppc-softmmu/qemu-system-ppc -L qemu-3.0.0/pc-bios -cpu "g4" -M mac99,via=pmu -m 1024 -hda vda.img -boot c -g 1024x768x32
https://github.com/mcayland/qemu/ http://macos9lives.com/smforum/index.php?topic=2109.0 https://jamesbadger.ca/2018/11/07/emulate-mac-os-9-with-qemu/