|
|
Line 1: |
Line 1: |
− | === Convert a SPARC Workstation to QEMU ===
| |
− | http://kb.networksystemssolutions.info/index.php/Sparc_Virtualization
| |
− |
| |
− | === SPARC emulation on Linux with QEMU ===
| |
− |
| |
− | Disk formating:
| |
− | *https://virtuallyfun.superglobalmegacorp.com/2010/10/03/formatting-disks-for-solaris/
| |
− |
| |
− | Running QEMU:
| |
− | *https://linuxuserhelp.wordpress.com/2013/02/12/sparc-emulation-on-linux-with-qemu/
| |
− |
| |
− | QEMU Monitor Change CD-ROM:
| |
− | *http://www.linux-kvm.org/page/Change_cdrom
| |
− |
| |
− | Solaris Install:
| |
− | *https://en.wikibooks.org/wiki/QEMU/SunOS_4.1.4
| |
− |
| |
− | Networking:
| |
− | *http://blog.elastocloud.org/2015/07/qemukvm-bridged-network-with-tap.html
| |
− | *https://docs.oracle.com/cd/E19455-01/806-1386/6jam5ahkj/index.html
| |
− |
| |
| === Packages === | | === Packages === |
| Install SSH: | | Install SSH: |
Latest revision as of 00:57, 12 October 2016
Packages
Install SSH:
Packages:
Commands
Mount CDROM:
mount -F hsfs -o ro /dev/sr0 /cdrom
Install Package:
pkgadd -d packagename
Check Installed Packages:
pkginfo -c application
Remove Installed Package:
pkgrm packagename