> For the complete documentation index, see [llms.txt](https://ics.zhengyanchen.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ics.zhengyanchen.cn/ics-tutorial.md).

# ICS-tutorial

* Tutorial旨在帮助23级零基础的同学了解ICS(Introduction to Computer System)的前置知识以及学习一些计算机的杂项
* 原版CMU-ICS-2022Fall
  1. [课程网站](https://www.cs.cmu.edu/~213/)
  2. [课程视频和课件](https://www.cs.cmu.edu/afs/cs/academic/class/15213-f22/www/schedule.html)
  3. [自学Lab](http://csapp.cs.cmu.edu/3e/labs.html)
* 参考了22级同学学习的难点，内容主要是引用，翻译或者整合，**目的是科普，许多内容做了简化**
* 水平有限，欢迎纠正错误


---

# 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:

```
GET https://ics.zhengyanchen.cn/ics-tutorial.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.
