From a7b981b14d7696637c5990ef975f09304079ecab Mon Sep 17 00:00:00 2001 From: Yifan Wu Date: Sat, 26 Jun 2021 04:36:05 +0800 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 16484194..23919f1b 100644 --- a/README.md +++ b/README.md @@ -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 * **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) + +## 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