摘要: Linux KVM安装linux内核虚拟机kvm一 准备: 查看操作系统是否是64位的:[root@linuxhs ~]# file /sbin/init /sbin/init: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.18, stripped检查cpu是否支持intel的VT虚拟化orAMD的SVM虚拟化技术:[root@linuxhs ~]# cat /proc/cpuinfo |grep -E " 阅读全文
posted @ 2012-11-26 13:30 linuxhs 阅读(187) 评论(0) 推荐(0)