

YaST2 works like a charm when it comes to package management.

KVM FOR MAC INSTALL
In opensuse, I used used YaST2 to download kvm from the repositories and install it. If not you will have to install it manually through your systems repositories or download the source files. And after some tinkering, is wasn’t hard to install.Īgain, to use kvm you must use a kernel version of 2.6.20 or later. The system opensuse runs on has the support for KVM. Particularly, opensuse has a huge selection of system management and configuratioin options and can be very intimidating to normal users. I’m using opensuse 11.3 with LXDE to demonstrate the installation of kvm. KVM consists of a loadable kernel module, the kvm.ko, that provides the core virtualization infrastructure and a processor specific module, kvm-intel.ko or kvm-amd.ko. In IBM systems, this is enabled by default, for others you have to enable it manually. You must also make sure that virtualization is enabled within your system BIOS. Likewise, if you see vmx, then your Intel has support. If you see svm, then your AMD has support. Look closely at the output at the bottom image. If you get any type of output, then your system has support. To see if your architecture supports KVM, run this command in your terminal. For Intel, the cpu must have the Intel VT extension and for AMD, AMD-V extension. If running kvm on Intel or AMD hardware archs, both cpus must support VM extensions. For KVM to run on linux, the kernel must be of version 2.6.20 or later.
KVM FOR MAC MAC
KVM can run on a number of linux operating systems including Mac OSX, open solaris and others. The VM manager (qemu/aqemu) takes those resources and creates the guest OS. KVM manages low-level resources like memory, diskspace, cpus etc. Instead it responds to calls from a VM manager, like qemu/aqemu for resources in order for a VM guest to be created. KVM does not have a gui interface nor does it provide machine emulation. KVM would be like any kernel module loaded within the kernel when the a linux system boots. This setup gives kvm priority when it requests services and execution from the cpu allowing better runtime performance. When it runs inside the kernel, it is treated like a normal linux process. KVM (kernel-based virtual machine) is a virtual machine program that runs within the linux kernel. After doing some exploring and getting help some very good linux gurus, I came across KVM. Yet there are others, and not all VMs run good on every system. I’ve used serverel VM emulators such as Vmware and Virtualbox and both offer great advantages. And if you are a tinkerer like me, you can’t wait to get your hands on the latest system, and find that you nothing to install it on.

VMs have made working with multiple OSs a lot easier.
