An open API service indexing awesome lists of open source software.

https://github.com/threadnew/operatingsystemguide

操作系统知识的分享
https://github.com/threadnew/operatingsystemguide

c java linux os

Last synced: 11 months ago
JSON representation

操作系统知识的分享

Awesome Lists containing this project

README

          

#
# OperatingSystemGuide
> 操作系统实践与理论的结合
---

| Ⅰ 绪论 | II 内存管理 | III 进程管理 | Ⅳ 存储管理 | V 保护和安全 |
| ------- | ------------- | ------------ | ----------- | ------------ |

---
### I 绪论

- [**书籍推荐**](OS/I/book.md)
- [**环境搭建**](OS/I/env.md)

### II 内存管理
- **理论**
- [**背景及结构安排**](OS/II/back.md)