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/09/11 02:18] – [Experimental builds] cat_7ppc-osx-on-qemu-for-windows [2019/04/24 14:42] – [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 114: Line 120:
   * -netdev tap,ifname=TapEthernet1,id=network01 -device sungem,netdev=network01,mac=52:54:00:12:34:56   * -netdev tap,ifname=TapEthernet1,id=network01 -device sungem,netdev=network01,mac=52:54:00:12:34:56
   * -netdev tap,ifname=TapEthernet2,id=network01 -device sungem,netdev=network01,mac=52:54:00:12:34:66   * -netdev tap,ifname=TapEthernet2,id=network01 -device sungem,netdev=network01,mac=52:54:00:12:34:66
 +
 +
 +=== Accessing a Windows 10 share from Mac OS 9.2 running in Qemu, using Dave 6.2.1 ===
 +
 +In Windows: \\
 +-Make sure you have some folder shared \\
 +-Bridge your tap device with your default network interface (see above)\\
 +-Start Mac OS 9 through Qemu with tap networking \\
 +-Use DHCP on the Mac side. \\
 +
 +In Mac OS 9: \\
 +-Install DAVE 6.2.1 (find it at Macintoshrepository.org) \\
 +-Shut down and start Mac OS \\
 +Follow the setup assistant. \\
 +-name, company, serial number \\
 +-Netbios name: (f.i., QemuOS92) \\
 +-Workgroup: WORKGROUP (should be found automatically) \\
 +-Description: (f.i., QemuOS92) \\
 +-Login at startup: unchecked \\
 +Overview: \\
 +Computer Name: QEMUOS92 \\
 +Workgroup Name: WORKGROUP \\
 +Description: QemuOS92 \\
 +Use DHCP to make additional settings \\
 +-Sharing local files: check I don’t want to share my local files \\
 +
 +(if "Use DHCP to make additional settings" is not shown, check DHCP in the NetBIOS Control Panel) \\
 +
 +-Start the Chooser, select your host as server. Enter username, password, leave domain as is. \\
 +-You will get an unknown error…. \\
 +-In the SERVER box, click Add Share.  At Share enter a share name on your host. Click OK, and OK. \\
 +
 +The share appears on your desktop, you can now exchange files through the share.
 +