This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision Next revision Both sides next revision | ||
ppc-osx-on-qemu-for-windows [2019/03/01 03:08] cat_7 [Qemu installation] |
ppc-osx-on-qemu-for-windows [2019/04/24 14:43] cat_7 [Qemu installation] |
||
---|---|---|---|
Line 29: | Line 29: | ||
| | ||
qemu-system-ppc.exe -L pc-bios -boot d -M mac99, | qemu-system-ppc.exe -L pc-bios -boot d -M mac99, | ||
- | -prom-env | + | -prom-env |
-drive file=MacOS9.2.iso, | -drive file=MacOS9.2.iso, | ||
-drive file=MacOS9.2.img, | -drive file=MacOS9.2.img, | ||
+ | -sdl ^ | ||
-netdev user, | -netdev user, | ||
+ | -device VGA,edid=on ^ | ||
* Save qemu.bat | * Save qemu.bat | ||
Line 49: | Line 51: | ||
-sdl instructs Qemu to use SDL for the graphical display\\ | -sdl instructs Qemu to use SDL for the graphical display\\ | ||
-netdev user, | -netdev user, | ||
+ | -device VGA,edid=on presents additional resolutions to choose from in the guest \\ | ||
(*)The mac model entry accepts 3 options for the via parameter: \\ | (*)The mac model entry accepts 3 options for the via parameter: \\ |