Displaying 1 result from an estimated 1 matches for "solaris_v2".
Did you mean:
solaris2
2019 Jul 17
0
qemu-sparc, not to be confused with qemu-system-sparc
I installed CentOS 7.6 then installed all things QEMU on my machine. I have
a SPARC image I need to bringing up in a VM. I've been using
*qemu-system-sparc *on a box on which I have Fedora-30 installed.
$ qemu-system-sparc -m 256 -hda solaris_v2-qemu_v2.2.0.disk -nographic
-bios ./openbios-sparc32
Can I use *qemu-sparc* to bring up my Solaris image:
*solaris_v2-qemu_v2.2.0.disk* ?
If so, how? It's not apparent and there's almost no info on it.
BTW, *qemu-sparc* come with (on CentOS 7.6) when you:
$ sudo yum install qemu*
*PS&g...