Skip to content

Update 虚拟化实现技术.md #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/KVM基本结构/KVM基本结构.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ sVirt:安全工具
```
## 参考

sdulibh的专栏:<https://blog.csdn.net/sdulibh/article/details/52703687>
sdulibh的专栏:<https://www.cnblogs.com/sammyliu/p/4543110.html>
2 changes: 1 addition & 1 deletion docs/虚拟化实现技术/虚拟化实现技术.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

## 系统虚拟化架构

* 系统虚拟化本质就是使用虚拟化技术讲一台物理计算机虚拟为一台或多台虚拟计算机系统
* 系统虚拟化本质就是使用虚拟化技术将一台物理计算机虚拟为一台或多台虚拟计算机系统
* 一般而言,虚拟环境包括:硬件、VMM和虚拟机
* 没有虚拟化的情况下,os直接掌管硬件,构成完备的OS体系。当系统虚拟化时,每个虚拟机都是通过自己的虚拟硬件来提供一个独立的虚拟机执行环境。每个虚拟机认为自己独占资源,与其他虚拟机隔离,或者说其他虚拟机相对透明。实际上,是VMM抢占了物理机OS的地位,变成真实物理硬件的掌管着,向上层软件呈现出虚拟对的硬件平台。

Expand Down