Hypervisor Rocks!

Joelist

What ship is this?
Staff member
Well, it took some tinkering on my part (think learning on the job so to speak) but I got Hypervisor working on my ThinkPad.

Hyper-V is the software piece of Intel VT:

http://ark.intel.com/Products/VirtualizationTechnology

This is built in hardware VM technology on a wide range of Intel CPUs. The AMD version is AMD-V but it is nowhere near as stable or fast as VT. Basically it gives the virtual machine direct hardware access as opposed to the other way Virtual Machines work, which is emulation.

Now there are other software packages that are VT based (like Parallels). It is why they achieve much better performance than non VT virtualization solutions.

So far I have been playing with Hyper-V Manager and trying to setup and configure a straight Unix distribution into a VM. One I have it in I plan to put the KDE UI on it and see where it goes.
 

Overmind One

GateFans Gatemaster
Staff member
Well, it took some tinkering on my part (think learning on the job so to speak) but I got Hypervisor working on my ThinkPad.

Hyper-V is the software piece of Intel VT:

http://ark.intel.com/Products/VirtualizationTechnology

This is built in hardware VM technology on a wide range of Intel CPUs. The AMD version is AMD-V but it is nowhere near as stable or fast as VT. Basically it gives the virtual machine direct hardware access as opposed to the other way Virtual Machines work, which is emulation.

Now there are other software packages that are VT based (like Parallels). It is why they achieve much better performance than non VT virtualization solutions.

So far I have been playing with Hyper-V Manager and trying to setup and configure a straight Unix distribution into a VM. One I have it in I plan to put the KDE UI on it and see where it goes.

Hypervisor is awesome. :) I like the fact that it has hardware access, and in Linux the virtualization platform KVM does the same thing only in a very stripped down fashion (still has access to hardware). VMware has limited access (like the graphics cards), but there is still a layer. A great exercise is virtualizing an existing physical machine.
 

Joelist

What ship is this?
Staff member
Oh I am having fun doing it. It is also why I decided to setup a true Unix as opposed to a Linux. There is more work involved but the whole OS experience is also different to boot. I have been dabbling with BSD and am trying to get my hands on a copy of AIX.
 

Overmind One

GateFans Gatemaster
Staff member
Oh I am having fun doing it. It is also why I decided to setup a true Unix as opposed to a Linux. There is more work involved but the whole OS experience is also different to boot. I have been dabbling with BSD and am trying to get my hands on a copy of AIX.

Well, you owe yourself to try out ESXi 6. Right now, ESX is the industry standard virtualization platform, but Hypervisor comes built in to Windows Server. I have a gripe with how they license machines in the hypervisor though. The platform is very stable. I have not tried any of that in Windows 10
 

Joelist

What ship is this?
Staff member
My Windows 10 has Hypervisor for free built in. All the "Pro" versions do. I will look at ESXi and also Virtual Box.

One beauty of running VMs like this is I can't screw things too badly up - if I do I delete the VM. So I can experiment more than on a daily driver.
 
Top