“The Xen hypervisor now can run natively with Dom0 (Domain 0) privileges. This gives it, like Linux’s Kernel-based Virtual Machine (KVM), the ability to work at the lowest possible level of the Linux kernel. In practical terms this means Xen virtual machines should run faster.” wow, virtualization i love it… source: here
Archive for the ‘Kernel’ Tag
With Linux 3.0 the Xen Hypervisor now can run natively with Dom0 Leave a comment
Linux 2.6.26 kernel update released Leave a comment
Courtesy: blogs.zdnet.com Linus Torvalds quietly released another update to the Linux kernel over the weekend that offers better support for kernel-based virtual machines, a kernel debugger, improved webcam support and new support for the One Laptop Per Child architecture. read on…
Monolithic Kernel vs Microkernel Leave a comment
Monolithic Kernel A monolithic kernel is a kernel architecture where the entire kernel is run in kernel space in supervisor mode. In common with other architectures (microkernel, hybrid kernels), the kernel defines a high-level virtual interface over computer hardware, with a set of primitives or system calls to implement operating system services such as process [...]