# 操作系统原理

写一个操作系统，似乎是很遥远的事。有些人会想，我去制作一台红石电路计算机，能运算、能判断、有指令集，难道这还不够吗？

当然不够。如果没有操作系统这样最基础的软件，就没有“指挥官”控制像键盘、显示器这样的资源，也没有办法做到一台机器下同时处理多个程序。

了解操作系统最核心的原理，可以反过来指导红石计算机的硬件部分如何改进，使其真正从一个“计算器”蜕变成一个“计算机”。

> 待编辑


---

# 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://langyo.gitbook.io/rsct/part9.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.
