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 [2019/01/15 03:42] – [Networking] cat_7ppc-osx-on-qemu-for-windows [2019/03/04 07:09] – [Qemu installation] cat_7
Line 25: Line 25:
  
   * Open your favorite text editor and create a file called qemu.bat in your qemu folder. (If one is contained in the download, edit that one).   * Open your favorite text editor and create a file called qemu.bat in your qemu folder. (If one is contained in the download, edit that one).
-  * Paste the code below into the file (all on one line!):+  * Paste the code below into the file:
  
-  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 +  qemu-system-ppc.exe -L pc-bios -boot d -M mac99,via=pmu -m 512 ^ 
 +  -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 ^
  
   * Save qemu.bat    * Save qemu.bat 
Line 140: Line 145:
 -Sharing local files: check I don’t want to share my local files \\ -Sharing local files: check I don’t want to share my local files \\
  
-(if Use DHCP to mae additional settings is not shown, check DHCP in the NetBIOS Control Panel) \\+(if "Use DHCP to make additional settingsis not shown, check DHCP in the NetBIOS Control Panel) \\
  
 -Start the Chooser, select your host as server. Enter username, password, leave domain as is. \\ -Start the Chooser, select your host as server. Enter username, password, leave domain as is. \\