Emaculation.com

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
ppc-osx-on-qemu-for-windows [2018/06/20 12:00] – [Qemu installation] cat_7ppc-osx-on-qemu-for-windows [2018/06/26 22:01] – [Qemu installation] cat_7
Line 27: Line 27:
   * Paste the code below into the file (all on one line!):   * Paste the code below into the file (all on one line!):
  
-  qemu-system-ppc.exe -L pc-bios -boot d -m 512 -M mac99,via=pmu -prom-env "auto-boot?=true" -prom-env +  qemu-system-ppc.exe -L pc-bios -boot d -m 512 -M mac99 -prom-env "auto-boot?=true" -prom-env 
   "boot-args=-v" -prom-env "vga-ndrv?=true" -drive file=MacOS9.2.iso,format=raw,media=cdrom -drive file=MacOS9.2.img,format=raw,media=disk -sdl -netdev user,id=network01 -device sungem,netdev=network01    "boot-args=-v" -prom-env "vga-ndrv?=true" -drive file=MacOS9.2.iso,format=raw,media=cdrom -drive file=MacOS9.2.img,format=raw,media=disk -sdl -netdev user,id=network01 -device sungem,netdev=network01 
  
Line 37: Line 37:
 -L pc-bios defines the location of bios files to be used.\\ -L pc-bios defines the location of bios files to be used.\\
 -boot d defines to boot from a drive entry marked as a cdrom, “-boot c” would define to boot from a drive entry marked as disk.\\ -boot d defines to boot from a drive entry marked as a cdrom, “-boot c” would define to boot from a drive entry marked as disk.\\
--M mac99,via=pmu defines the mac model used(*).\\+-M mac99 defines the mac model used(*).\\
 -m 512 defines the amount of memory (in Mb) for OS9/OSX.\\ -m 512 defines the amount of memory (in Mb) for OS9/OSX.\\
 -prom-env "auto-boot?=true" -prom-env "boot-args=-v" define boot parameters for openbios and Mac OSX. The “-v” makes the boot process verbose\\ -prom-env "auto-boot?=true" -prom-env "boot-args=-v" define boot parameters for openbios and Mac OSX. The “-v” makes the boot process verbose\\
Line 46: Line 46:
 -netdev user,id=network01 -device sungem,netdev=network01  tell qemu to use the sungem network device on a qemu-internal DHCP server\\ -netdev user,id=network01 -device sungem,netdev=network01  tell qemu to use the sungem network device on a qemu-internal DHCP server\\
  
-(*)The mac model entry accepts 3 parameters: \\ +(*)The mac model entry accepts 3 options for the via parameter: \\ 
-mac99,via=pmu (this is default, supporting usb mouse and keyboard) \\+mac99,via=pmu (with PMU, supporting usb mouse and keyboard) \\
 mac99,via=pmu-adb (this allows some older Mac OS/Mac OS server builds to use a keyboard and mouse through the adb bus) \\ mac99,via=pmu-adb (this allows some older Mac OS/Mac OS server builds to use a keyboard and mouse through the adb bus) \\
-mac99,via=cuda (this allow use of the older, now less supported cuda) \\+mac99,via=cuda (default, this allows use of the older, now less supported cuda) \\
  
   * Double-click qemu.bat. This starts Qemu and boots the MacOS9.2.iso installation CD image.   * Double-click qemu.bat. This starts Qemu and boots the MacOS9.2.iso installation CD image.