mirror of
https://github.com/rcore-os/rCore-Tutorial-v3.git
synced 2024-11-25 02:46:23 +04:00
Update README.md
This commit is contained in:
parent
3a6e4e38f2
commit
a7b981b14d
@ -17,3 +17,10 @@ This project aims to show how to write an **Unix-like OS** running on **RISC-V**
|
|||||||
* an interactive shell in the userspace
|
* an interactive shell in the userspace
|
||||||
* **only 4K+ LoC**
|
* **only 4K+ LoC**
|
||||||
* [A detailed documentation in Chinese](https://rcore-os.github.io/rCore-Tutorial-Book-v3/) in spite of the lack of comments in the code(English version is not available at present)
|
* [A detailed documentation in Chinese](https://rcore-os.github.io/rCore-Tutorial-Book-v3/) in spite of the lack of comments in the code(English version is not available at present)
|
||||||
|
|
||||||
|
## Working in progress
|
||||||
|
* [ ] update Rust & RustSBI to latest version
|
||||||
|
* [ ] rewrite practice doc and remove some inproper questions
|
||||||
|
* [ ] add a new chapter about synchronization & mutual exclusion(up or smp?)
|
||||||
|
* [ ] format the code using official tools
|
||||||
|
* [ ] support Allwinner's RISC-V D1 chip
|
||||||
|
Loading…
Reference in New Issue
Block a user