# PCDIMM

在总体上有了概念之后，我们就来看看实际的例子。比如 PCDIMM。

按照之前总结的顺序，分成几个步骤来看：

[PCDIMM类型](/understanding_qemu/00-devices/00-an_example/01-pc_dimm_class.md)

[PCDIMM实例](/understanding_qemu/00-devices/00-an_example/02-pc_dimm_instance.md)

[插入系统](/understanding_qemu/00-devices/00-an_example/03-plug.md)

[创建ACPI表](/understanding_qemu/00-devices/00-an_example/04-dimm_acpi.md)

最后再说一下PCDIMM的子类型NVDIMM的虚拟化。

[NVDIMM](/understanding_qemu/00-devices/00-an_example/05-nvdimm.md)


---

# 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://richardweiyang-2.gitbook.io/understanding_qemu/00-devices/00-an_example.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.
