摘要:
from:http://www.php-oa.com/2010/02/22/ubutnu-kvm-vmware.html听讲XEN很快就要从LINUX内核中去掉,redhat和Ubuntu也大力的在推广KVM,所以在Ubuntu下整了一下KVM,相当容易使用,基本比Vmware还要容易,但性能好上很... 阅读全文
摘要:
from:http://www.ibm.com/developerworks/cn/linux/l-virtio/概而言之,virtio是半虚拟化 hypervisor 中位于设备之上的抽象层。virtio由 Rusty Russell 开发,他当时的目的是支持自己的虚拟化解决方案lguest。本文... 阅读全文
摘要:
hello.c#include #include #include MODULE_LICENSE("GPL");static int hello_init(void){ printk(KERN_ALERT "hello_init"); return 0;}static void hel... 阅读全文