Skip to content

Commit a7b981b

Browse files
authored
Update README.md
1 parent 3a6e4e3 commit a7b981b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,10 @@ This project aims to show how to write an **Unix-like OS** running on **RISC-V**
1717
* an interactive shell in the userspace
1818
* **only 4K+ LoC**
1919
* [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)
20+
21+
## Working in progress
22+
* [ ] update Rust & RustSBI to latest version
23+
* [ ] rewrite practice doc and remove some inproper questions
24+
* [ ] add a new chapter about synchronization & mutual exclusion(up or smp?)
25+
* [ ] format the code using official tools
26+
* [ ] support Allwinner's RISC-V D1 chip

0 commit comments

Comments
 (0)