Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

```

qemu-system-ppc -L pc-bios -boot d -M mac99 -m 512 \


-drive file=MacOS10.img,index=0,media=disk,format=raw \
-cdrom osx_100_4k78_install.iso \
-netdev user,id=mynet0 \
-device sungem,netdev=mynet0
```

qemu-system-ppc -L pc-bios -M mac99 -m 512 -drive


file=MacOS10.img,index=0,media=disk,format=raw \
-netdev user,id=mynet0 -device sungem,netdev=mynet0

You might also like