
_(En,Fr)-10.jpg)
- #Mac os 9.2 2 emulator mac os#
- #Mac os 9.2 2 emulator install#
- #Mac os 9.2 2 emulator full#
- #Mac os 9.2 2 emulator windows 10#
Tcpdump: verbose output suppressed, use -v or -vv for full protocol decode I also added the -localtime flag so the virtual clock uses UTC-4 💻desktop d/E/MacOS9> qemu-system-ppc.exe -L pc-bios -boot c -m 256 -M mac99 -prom-env "boot-args=-v" -prom-env "auto-boot?=true" -prom-env "vga-ndrv?=true" -netdev 'tap,id=net0,ifname=Ethernet 3,script=no' -device sungem,netdev=net0 -device usb-mouse -device usb-kbd -drive "file=hd0.img,format=qcow2,media=disk" -sdl -localtime DHCP lease!Īnd traffic is flowing! sometimes tcpdump -i eth0.1 host 192.168.0.108 Use tap network backend instead of user, specifying the ifname of the virtual device (Ethernet 3) Then bridge the tap device with your LAN connection
#Mac os 9.2 2 emulator install#
Install this for bridging to system Ethernet device so i got flash 7 from adobe and downloaded over HTTP from the host (at about 1 MB/sec) Trying to download flash in spanish to own the libs I don’t think there’s a sound device includedĬlassilla had to be unstuffed. not sure if client or server side only got 150 KB/sec This is like Mozilla but for classic Mac. There’s no convenient guest features like clipboard integration or drag-and drop file copy, ugh. Sometimes there’s long pauses while the internet thing is running
#Mac os 9.2 2 emulator mac os#
It wants me to use the Internet Setup Assistant, though Mac OS has a driver for the virtual Ethernet device and qemu’s internal NAT service is autoconfigured The Monitors control panel wasn’t available from the setup CD, but is after install.

again, boot takes probably about as long as a real Mac wouldĪnnoyingly, the resolution drops once Finder loads. Remove the CD and boot flag 💻desktop d/E/MacOS9> qemu-system-ppc.exe -L pc-bios -boot c -m 256 -M mac99 -prom-env "boot-args=-v" -prom-env "auto-boot?=true" -prom-env "vga-ndrv?=true" -netdev user,id=net0 -device sungem,netdev=net0 -device usb-mouse -device usb-kbd -drive "file=hd0.img,format=qcow2,media=disk" -sdl You can really micromanage what gets installed… Had to page through a few license agreements customizations I forgot it was called Drive Setup back then I decided to try qemu with the default Gtk GUI (by removing the -sdl flag), but mouse grabbing didn’t work right after that. 🙁 Apple System ProfilerĬan’t seem to use cmd+w to close anything… windows+w opens up the windows ink workspace:( but the system resized the display back to 800×600 once getting to Finder. probably about as fast as an actual Mac wouldĪfter the initial boot, i added -g 1024×768 to the command line for a higher resolution. Using a Windows cmd.exe shell will only require two backslashes.) 💻desktop d/E/MacOS9> qemu-system-ppc.exe -L pc-bios -boot c -m 256 -M mac99 -prom-env "boot-args=-v" -prom-env "auto-boot?=true" -prom-env "boot-device=cd:, \\\\ :tbxi" -prom-env "vga-ndrv?=true" -sdl -netdev user,id=net0 -device sungem,netdev=net0 -device usb-mouse -device usb-kbd -drive "file=macos-922-uni/macos-922-uni.iso,format=raw,media=cdrom" -drive "file=hd0.img,format=qcow2,media=disk" once booted You’ll likely need to escape the slashes on any other unixlike shell. Then run the emulator (NOTE: I’m using fish-shell from Cygwin, so I need to escape the backslashes in the prom-env boot-device specification. Starting up first, create a disk image 💻desktop d/E/MacOS9> qemu-img create -f qcow2 hd0.img 10Gįormatting 'hd0.img', fmt=qcow2 size=10737418240 cluster_size=65536 lazy_refcounts=off refcount_bits=16 I’m using the qemu 2.11.0 w64 binaries from Īs of, the latest 2.12.0-rc0 provided does not work 💻desktop d/E/MacOS9> qemu-system-ppc.exe -version and qemu-system-ppc Here’s how it looks without any arguments
#Mac os 9.2 2 emulator windows 10#
Rough post, mostly screenshots, of me installing mac os 9 in qemu on a Windows 10 host, getting it working with qemu’s builtin NAT, then trying to get it bridged to a real Ethernet qemu-system-ppc
