| Solaris |
|
|
How to run an OpenSolaris operating system as a guest under the QEMU emulator:
32-bit host:
$ qemu-img create -f qcow osol.img 20G
$ /opt/SUNWqemu/32/bin/qemu -m 512 -hda osol.img -cdrom myfavdistro.iso -boot d -net nic,model=rtl8139 -net user
...
$ /opt/SUNWqemu/32/bin/qemu -m 512 -net nic,model=rtl8139 -net user osol.img
64-bit host:
$ qemu-img create -f qcow osol.img 20G
$ /opt/SUNWqemu/64/bin/qemu-system-x86~_64 -m 512 -hda osol.img -cdrom myfavdistro.iso -boot d -net nic,model=rtl8139 -net user
...
$ /opt/SUNWqemu/64/bin/qemu-system-x86~_64 -m 512 -net nic,model=rtl8139 -net user osol.img
Terms of Use
|
Privacy
|
Trademarks
|
Copyright Policy
|
Site Guidelines
|
Site Map
|
Help
Your use of this web site or any of its content or software indicates your agreement to be bound by these Terms of Use.
© 2012, Oracle Corporation and/or its affiliates.