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 revisionBoth sides next revision
ppc-osx-on-qemu-for-osx [2019/01/03 01:16] – [Installing Qemu system ppc for OSX] cat_7ppc-osx-on-qemu-for-osx [2019/03/01 03:04] – [Qemu installation] cat_7
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: