Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rcore-os/arceos-tutorial-book
https://github.com/rcore-os/arceos-tutorial-book
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rcore-os/arceos-tutorial-book
- Owner: rcore-os
- Created: 2023-07-05T07:25:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-27T06:56:54.000Z (9 months ago)
- Last Synced: 2024-11-09T21:37:35.290Z (3 months ago)
- Homepage: http://rcore-os.cn/arceos-tutorial-book/
- Size: 1.83 MB
- Stars: 40
- Watchers: 9
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ArceOS Tutorial Book
ArceOS Tutorial Book的目标是通过`step by step`地建立不同类型和功能的OS kernel的过程来学习和掌握新的组件化OS的核心概念和对应实现,从而为进一步分析掌握设计实习的完整内核打下基础。
## 文档架构
* [ArceOS Tutorial Book Framework初步方案](https://github.com/orgs/rcore-os/discussions/29#discussioncomment-6335849)
## 文档目录和内容
* `docs/`: 教学实验指导
## 实验指导
基于 mdBook,目前目前已经部署到了 [GitHub Pages](https://rcore-os.github.io/arceos-tutorial-book/) 上面。
### 文档本地使用方法
```bash
git clone https://github.com/rcore-os/arceos-totorial-book.git
cd arceos-tutorial-book
cargo install mdbook
mdbook serve docs
```## 学习顺序建议
- 更简单和基础的[rCore-Tutorial v3](https://rcore-os.github.io/rCore-Tutorial-Book-v3/):如果看不懂上面的内容,可以先看看这个教程。