> For the complete documentation index, see [llms.txt](https://hansimov.gitbook.io/csapp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hansimov.gitbook.io/csapp/readme.md).

# 本电子书信息

&#x20;个人整理的《深入理解计算机系统》中文电子版（原书第 3 版）与实验材料：<https://hansimov.gitbook.io/csapp/>

制作者：[**Hansimov**](https://github.com/Hansimov)

OCR 支持：WPS PDF

感谢：[**九卿**](https://github.com/taseikyo)

GitHub：<https://github.com/Hansimov/csapp>

已施工部分：序、前言、第 1、7、8、9、10、11、12 章，全部实验简介，实验 1、2 文档

待施工部分：第 2、3、4、5、6 章，实验 3、4、5、6、7、8、9 文档

{% content-ref url="/pages/-MHtst9AgieXEzyzkiJQ" %}
[第 1 章：计算机系统漫游](/csapp/ch01-a-tour-of-computer-systems.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MHtwUHBiC7mrK9C5qNh" %}
[第 7 章：链接](/csapp/part2/ch07-linking.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MHtwZy939VYPBWU3fvJ" %}
[第 8 章：异常控制流](/csapp/part2/ch08-exceptional-control-flow.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MHtwd4Of\_KxCscZUKSH" %}
[第 9 章：虚拟内存](/csapp/part2/ch09-virtual-memory.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MHtwjrxyjp3-xwCLhv7" %}
[第 10 章：系统级 I/O](/csapp/part3/ch10-system-level-io.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MHtwplWUzr-z9Ob8vwI" %}
[第 11 章：网络编程](/csapp/part3/ch11-network-programming.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MHtwtl8x2BCKkmlgCak" %}
[第 12 章：并发编程](/csapp/part3/ch12-concurrent-programming.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MHzWTw\_wDbUjBZ2jCfl" %}
[实验总览](/csapp/labs/labs-overview.md)
{% endcontent-ref %}

![深入理解计算机系统 - Computer Systems: A Programmer's Perspective](/files/-MHttfdsLWUPlWSz8ANj)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://hansimov.gitbook.io/csapp/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
