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-osx [2018/09/11 02:18] – [Experimental builds] cat_7ppc-osx-on-qemu-for-osx [2019/03/01 03:04] – [Qemu installation] cat_7
Line 1: Line 1:
-===== Qemu for OSX =====+===== Qemu PPC for OSX =====
  
-==== Installing Qemu for OSX ====+==== Installing Qemu system ppc for OSX ====
  
-Qemu can run PPC Mac OS 9.0, 9.1, 9.2 and PPC OSX 10.0, 10.1, 10.2, 10.3, 10.4 and 10.5+This guide covers installing and running qemu-system-ppc with Mac OS and OSX PPC guests on OSX hosts. Qemu-system-ppc can run PPC Mac OS 9.0 to 9.2 and PPC OSX 10.0 to 10.5
 ==== Requirements ==== ==== Requirements ====
   * Qemu program \\   * Qemu program \\
Line 25: Line 25:
  
   * Open your favorite text editor and create a file called qemu.command in your qemu folder.   * Open your favorite text editor and create a file called qemu.command in your qemu folder.
-  * Paste the code below into the file (from qemu-system-ppc (4th line) on all text should be on one line!):+  * Paste the code below into the file:
  
   #!/bin/bash   #!/bin/bash
   cd "$(dirname "$0")"   cd "$(dirname "$0")"
      
-  qemu-system-ppc -L pc-bios -boot d -M mac99,via=pmu -m 512 -prom-env 'auto-boot?=true' -prom-env  +  qemu-system-ppc -L pc-bios -boot d -M mac99,via=pmu -m 512 
-  '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 -netdev user,id=network01 -device sungem,netdev=network01+  -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 
 +  -netdev user,id=network01 -device sungem,netdev=network01 \
  
   * Save qemu.command and make it executable:   * Save qemu.command and make it executable: