Xen bare metal hypervisor

折月煮酒 提交于 2019-12-04 19:42:21

Because Xen can be booted to directly from BIOS, without any other operating system in between Xen and the hardware. VMware ESXi is similar (differentiating itself from VMware workstation which requires a host OS).

Xen's dom0 privleged guest can be installed on the system before Xen is enabled, thus confusing matters about whether it is a bare metal install or not, but it is technically a true bare metal install that starts the dom0 guest. Note that you can often boot an alternate kernel which will bypass Xen and boot the dom0 "guest" as a true non-virtualized host (without Xen enabled).

Another bare metal hypervisors are also RedHat Vitalization Hypervisor, and opensource oVirt.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!