# Page Not Found

The URL `files/aP8zz8Fh7qFn5VeQ5D2Z` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [1.3 操作系统的运行环境](https://aye10032.gitbook.io/os/gai-shu/1.3-cao-zuo-xi-tong-de-yun-hang-ji-zhi.md)
- [1.2 操作系统的发展与分类](https://aye10032.gitbook.io/os/gai-shu/1.2-cao-zuo-xi-tong-de-fa-zhan-yu-fen-lei.md)
- [1.1 操作系统的基本概念](https://aye10032.gitbook.io/os/gai-shu/untitled.md)
- [1.4 操作系统的体系结构](https://aye10032.gitbook.io/os/gai-shu/1.4-cao-zuo-xi-tong-de-ti-xi-jie-gou.md)
- [A.1 调度算法一览](https://aye10032.gitbook.io/os/fu-lu/a.1-tiao-du-suan-fa-yi-lan.md)

## How to find the correct page

If the exact page cannot be found, you can still retrieve the information using the documentation query interface.

### Option 1 — Ask a question (recommended)

Perform an HTTP GET request on the documentation index with the `ask` parameter:

```
GET https://aye10032.gitbook.io/os/gai-shu/1.3-cao-zuo-xi-tong-de-yun-hang-ji-zhi.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.

### Option 2 — Browse the documentation index

Full index: https://aye10032.gitbook.io/os/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://aye10032.gitbook.io/os/llms-full.txt

Use this to access all content at once and perform your own parsing or retrieval. It will be more expensive.

## Tips for requesting documentation

Prefer `.md` URLs for structured content, append `.md` to URLs (e.g., `/os/gai-shu/1.3-cao-zuo-xi-tong-de-yun-hang-ji-zhi.md`).

You may also use `Accept: text/markdown` header for content negotiation.
