# Operating Systems：Three Easy Pieces (ostep)

> 金屋电子书图书详情的 Markdown 版本。

- 规范页面：https://pdfs.top/book/f66d2
- Markdown 版本：https://pdfs.top/book/f66d2.md
- 作者：Remzi H. Arpaci-Dusseau
- ISBN：9781985086593
- 出版社：Arpaci-Dusseau Books
- 出版日期：2023-01-01
- 语言：english
- 分类：计算机、操作系统
- 评分：10
- 可用格式：PDF（7.04 MB，834 页）
- 更新时间：2026-08-04 12:23:20

## 下载方式

本站不在 Markdown 页面直接提供文件地址。请前往规范页面，点击对应格式的下载按钮完成下载。

### PDF

- 文件格式：PDF
- 文件大小：7.04 MB
- 页数：834 页
- 下载说明：请打开规范页面 https://pdfs.top/book/f66d2，点击 PDF 的下载按钮完成下载。


## 内容简介

Operating Systems: Three Easy Pieces (version 1.10), a free online operating systems book! The book is centered around three conceptual pieces that are fundamental to operating systems: virtualization, concurrency, and persistence. In understanding the conceptual, you will also learn the practical, including how an operating system does things like schedule the CPU, manage memory, and store files persistently.

本资源为官方最新版本（1.10），后续如有更新，会上传到网盘相同文件夹下，转存时保存整个文件夹才会收到更新通知。

本书中文版为《操作系统导论》

本书特点：

- ✅ 免费开放：全书可以在官网免费在线阅读（HTML 格式）。

- ✅ 深入浅出：以实验和动手代码为主，强调直观理解。

- ✅ 配套实验：有配套项目（如 xv6、OSTEP Projects）帮助理解核心概念。

- ✅ 被广泛使用：全球许多高校都用它作为操作系统课程教材（包括清华、北大等）。
