Search found 5 matches

by powerpc_g4
Sun Sep 11, 2016 9:04 pm
Forum: QEMU
Topic: Qemu package and guide for Windows available
Replies: 360
Views: 335938

Re: Qemu package and guide for Windows available

Silly me, here I was assuming you still needed to install qemu-system-ppc.exe -boot c -m 512 -M mac99 -prom-env "auto-boot?=true" -prom-env "boot-args=-v" -net nic,model=rtl8139 -net user -drive file=osx.raw,format=raw,media=disk -drive file=name_of_disk_image.iso,format=raw,med...
by powerpc_g4
Fri Sep 09, 2016 1:56 pm
Forum: QEMU
Topic: Qemu package and guide for Windows available
Replies: 360
Views: 335938

Re: Qemu package and guide for Windows available

qemu-system-ppc.exe -boot d -m 512 -M mac99 -prom-env "auto-boot?=true" -prom-env "boot-args=-v" -net nic,model=rtl8139 -net user drive file=name_of_disk_image.iso,format=raw,media=cdrom -drive file=osx.raw,format=raw,media=disk change -boot to d (to boot from cd/dvd image) and ...
by powerpc_g4
Fri Sep 09, 2016 11:48 am
Forum: QEMU
Topic: Qemu package and guide for Windows available
Replies: 360
Views: 335938

Re: Qemu package and guide for Windows available

It seems you are mixing various components not belonging together. If you download the 32 bit version, you cannot use the sungem network device. The 32 bit version from Stefan Weil's download puts all files needed to run Qemu in one folder. First set the compatibility of qemu-system-ppc.exe to Wind...
by powerpc_g4
Thu Sep 08, 2016 6:30 pm
Forum: QEMU
Topic: Qemu package and guide for Windows available
Replies: 360
Views: 335938

Re: Qemu package and guide for Windows available

You need to quote your drive path; it has spaces in it. Ok, I did that and it still won't run. Here is the appended .bat qemu-system-ppcw.exe -bios openbios-qemu-wip.elf -L pc-bios -boot c -m 512 -M mac99p -prom-env "auto-boot?=true" -prom-env "boot-args=-v" -net nic,model=sunge...
by powerpc_g4
Thu Sep 08, 2016 4:56 pm
Forum: QEMU
Topic: Qemu package and guide for Windows available
Replies: 360
Views: 335938

Re: Qemu package and guide for Windows available

You need a 32 bit executable? You can get a 32 bit Qemu2.7 build from https://qemu.weilnetz.de/w32/qemu-w32-setup-20160903.exe Best, Cat_7 that binary doesn't work for me. I copied the pc-bios folder from the download in the OP to the 32it qemu folder and it doesn't run Here is my .bat qemu-system-...