最近在学习OpenStack方面的知识,学习这方面知识前需要学习一些基本的软件:第一个为qemu
(推荐学习时候使用虚拟机,例如VMWare,因为搭载过程linux系统比较容易被自己搞坏了(大神忽略),所以先用虚拟机,再创建虚拟机后,再备份一下)
我的环境是:Win10 + VMWare + Ubuntu14.04(虚拟机加载的iso)
1. qemu是什么?
<span style="font-size:12px;">QEMU is an emulator and virtualization machine that allows you to run a complete operating system as just another task on your desktop. It can be very useful for trying out different operating systems, testing software, and running applications that won't run on your desktop's native platform.
QEMU runs on x86 systems running Linux, Microsoft Windows, and some UNIX platforms, and can host target systems from a range of different microprocessors as detailed on the QEMU website.
QEMU has the advantage of being able to run either as a pure emulator or as a native virtual machine (on x86 / x86-64 hardware)</span>
&