Work toward making a "Linux KVM" /dev/kvm compatible device for Solaris. To build the kvm kernel module, run make. (Hopefully there are no hardcoded path names, but if so, they are coming from solaris source.) This will result in a file, kvm. To install: ================= #!/bin/sh cp kvm /tmp psradm -f 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 # shouldn't need this... ln -s /tmp/kvm /kernel/drv/amd64/kvm cat > /kernel/drv/kvm.conf <