# xen架构

Xen Project是使用微内核设计的hypervisor，提供了在一个物理主机上运行多个操作系统的服务。最早是由剑桥计算机实验室开发的开源项目（GPL v2），当前支持在IA-32，x86-64和ARM上运行。

## 参考

* [Xen](https://en.wikipedia.org/wiki/Xen)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://huataihuang.gitbook.io/cloud-atlas-draft/virtual/xen/architecture.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
