add README.md

This commit is contained in:
jackfiled 2024-07-19 13:49:53 +08:00
parent 47ba1d271a
commit e27d935b9d

15
README.md Normal file
View File

@ -0,0 +1,15 @@
# Rust RISC-V 操作系统
按照[rCore](https://rcore-os.cn/rCore-Tutorial-Book-v3/chapter0/index.html)的教程进行开发。
## 目前进度
- [x] 基本执行环境
- [x] 批处理系统
- [ ] 多道程序和分时系统
- [ ] 地址空间
- [ ] 文件系统
- [ ] 进程间通信和I/O重定向
- [ ] 并发
- [ ] I/O设备管理