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/04/24 14:43] – [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 
 +  -device VGA,edid=on ^
  
   * Save qemu.bat    * Save qemu.bat 
Line 45: Line 51:
 -sdl instructs Qemu to use SDL for the graphical display\\ -sdl instructs Qemu to use SDL for the graphical display\\
 -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\\
 +-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: \\
Line 140: Line 147:
 -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. \\