https://github.com/rcore-os/rCore-Tutorial-Book-v3
A book about how to write OS kernels in Rust easily.
https://github.com/rcore-os/rCore-Tutorial-Book-v3
k210 operating-system rcore risc-v rust
Last synced: 14 days ago
JSON representation
A book about how to write OS kernels in Rust easily.
- Host: GitHub
- URL: https://github.com/rcore-os/rCore-Tutorial-Book-v3
- Owner: rcore-os
- License: gpl-3.0
- Created: 2020-10-29T14:01:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T06:18:46.000Z (6 months ago)
- Last Synced: 2024-10-28T07:38:16.313Z (6 months ago)
- Topics: k210, operating-system, rcore, risc-v, rust
- Language: Python
- Homepage: https://rcore-os.github.io/rCore-Tutorial-Book-v3/
- Size: 93.5 MB
- Stars: 1,219
- Watchers: 16
- Forks: 229
- Open Issues: 115
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- StarryDivineSky - rcore-os/rCore-Tutorial-Book-v3
README
# rCore-Tutorial-Book-v3
Documentation of rCore-Tutorial version 3 in Chinese.## news
- 2022.07.01 Welcome to JOIN [**Open-Source-OS-Training-Camp-2022 !**](https://learningos.github.io/rust-based-os-comp2022/)
## [Deployed Page](https://rcore-os.github.io/rCore-Tutorial-Book-v3/).
If you cannot access `github.io` normally due to network problems, please visit the [synchronized version](http://wyfcyx.gitee.io/rcore-tutorial-book-v3) hosted on gitee.
## Deploy your own docs
```sh
$ FORK https://github.com/rcore-os/rCore-Tutorial-Book-v3.git to YOUR REPO
$ git clone YOUR REPO(e.g. https://github.com/YOUR/rCore-Tutorial-Book-v3.git)
$ cd rCore-Tutorial-Book-v3
$ make html # After that, the generated doc can be found in rCore-Tutorial-Book-v3/build/html
$ # modify the doc
$ git push # or pull request
```