You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,3 +17,10 @@ This project aims to show how to write an **Unix-like OS** running on **RISC-V**
17
17
* an interactive shell in the userspace
18
18
***only 4K+ LoC**
19
19
*[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?)
0 commit comments