Page 5 of 6

Re: Qemu

Posted: Fri Oct 17, 2014 4:41 pm
by JohnFante
xeno74 wrote:
JohnFante wrote:Now I got MOL running :-). However it freezes during boot (I "found" a PearPC made Jaguar image) when it comes to the "+ Video Driver v1.12" section. See this https://dl.dropboxusercontent.com/u/139090/MOL.png screenshot.
Oh sorry. I didn't mention it that MoL doesn't support Mac OS X 10.2.X Jaguar. I told it Alexander Graf the developer of MoL/KVM. He told me, he will investigate the problem with 10.2 Jaguar. Currently only Mac OS X 10.3.X Panther and 10.4.XX Tiger are supported. Sorry.
I have tried with an Panther image made for PearPC. Still no luck. Halts the same place.

Just to be clear. You made a Panther install on PearPC on a PC and then copied the image over?

Re: Qemu

Posted: Fri Oct 17, 2014 5:35 pm
by xeno74
JohnFante wrote: Just to be clear. You made a Panther install on PearPC on a PC and then copied the image over?
Yes, that's right.

Re: Qemu

Posted: Fri Oct 24, 2014 8:17 pm
by xeno74
Classic_boots_Mac-on-Linux.jpg
Classic_Mac-on-Linux.jpg

Re: Qemu

Posted: Mon Oct 27, 2014 10:18 am
by sailorMH
xeno74 wrote: I don't have Windows 95 installed. But I have found a good guide about installing Windows 95 on QEMU.
Download: Installing_Windows_95_on_Qemu
Many thanks. I tried it, but the problem is the same. After installation of sb16 driver onw95 it hangs. Maybe there is problem with bios. In Hardware window/system devices/BIOS there is yellow exclamation mark...
Pls, If anybody runs W95 - what bios do you use?

Re: Qemu

Posted: Fri Aug 19, 2016 1:09 pm
by xeno74
Image

Hi All,

I try to install NetBSD 7.0.1 with KVM PR. :-) Host system: ubuntu MATE 16.04.1 LTS PowerPC with QEMU 2.5.0 (Debian 1:2.5+dfsg-5ubuntu10.4) kernel 4.7.1
  1. Code: Select all

    qemu-img create netbsd.img 10G
  2. Code: Select all

    sudo modprobe kvm-pr
  3. Code: Select all

    qemu-system-ppc -enable-kvm -machine g3beige -cdrom NetBSD-7.0.1-macppc.iso -boot d -m 2047 -drive file=netbsd.img,format=raw,index=0,media=disk
  4. OpenBIOS v1.1 boot:

    Code: Select all

    0 > boot cd:,ofwboot.xcf netbsd.macppc
Unfortunately the installation is very slow. I don't know why.

Re: Qemu

Posted: Sun Aug 21, 2016 10:37 am
by xeno74
OpenBIOS download: openbios-ppc

Re: Qemu

Posted: Tue Nov 08, 2016 1:37 am
by xeno74
Hi All,

I installed the old S.u.S.E. Linux 6.0 (released 1998) with QEMU on my X1000 today.

Part 1 with the StarOffice installation:

Image

Part 2 with StarOffice 5.0:

Image

Part 3 with Applixware Office:

Image

Part 4 with KDE 1.0:

Image

Cheers,
Christian

Re: Qemu

Posted: Sun Jul 26, 2020 2:18 pm
by xeno74
QEMU configure command:

Code: Select all

./configure --enable-sdl --target-list=ppc-softmmu

Re: Qemu

Posted: Wed Sep 16, 2020 8:53 am
by xeno74
With e5500 support:

Code: Select all

./configure --enable-sdl --target-list=ppc-softmmu,ppc64-softmmu

Re: Qemu

Posted: Wed Mar 09, 2022 11:37 am
by xeno74
Void PPC Linux in a virtual e5500 QEMU/KVM HV machine with 9p shared folder and USB sound support:

Image

QEMU command:

Code: Select all

qemu-system-ppc64 -M ppce500 -cpu e5500 -m 1024 -kernel /home/amigaone/Downloads/linux-image-5.17-rc7-X1000_X5000/X5000_and_QEMU_e5500/uImage-5.17 -drive format=raw,file=/home/amigaone/Downloads/void-live-powerpc-20220129.img,index=0,if=virtio -netdev user,id=mynet0 -device virtio-net,netdev=mynet0 -append "rw root=/dev/vda2" -device virtio-gpu -device virtio-mouse-pci -device virtio-keyboard-pci -device pci-ohci,id=newusb -audiodev id=sndbe,driver=pa,server=/run/user/1000/pulse/native -device usb-audio,bus=newusb.0 -enable-kvm -smp 3 -fsdev local,security_model=passthrough,id=fsdev0,path=/home/amigaone/Music -device virtio-9p-pci,id=fs0,fsdev=fsdev0,mount_tag=hostshare