diff --git a/docs/OSTrain2018docs-g4/expr3/report.md b/docs/OSTrain2018docs-g4/expr3/report.md index d7de88e..7e89a7d 100644 --- a/docs/OSTrain2018docs-g4/expr3/report.md +++ b/docs/OSTrain2018docs-g4/expr3/report.md @@ -2,9 +2,9 @@ ## 1 内存管理 @刘辰屹 ## 2 进程管理 -@陈秋昊 +等待王润基完善后迁移。 ## 3 同步互斥 -@陈秋昊 +修正了原本底层原子函数的bug并补全了底层原子函数的实现,但是目前的底层使用关中断实现,不支持多核,不过不影响lab实验的制作。 ## 4 文件系统 由于文件系统的主体不在主仓库而是在 [wangrunji0408/SimpleFileSystem-Rust](https://github.com/wangrunji0408/SimpleFileSystem-Rust) 中,对文件系统的修改在 [benpigchu/SimpleFileSystem-Rust](https://github.com/benpigchu/SimpleFileSystem-Rust) 进行(`ucore-fs-enhance` 分支)。要在主仓库中预览目前进行的修改,可以在 `kernel/Cargo.toml` 中加入以下内容: @@ -31,4 +31,4 @@ simple-filesystem = { git = "https://github.com/benpigchu/SimpleFileSystem-Rust" - [ ] 让用户程序能够操作文件系统 - [ ] 使文件系统线程安全 - [ ] 实现文件描述符 - - [ ] 实现相关系统调用 \ No newline at end of file + - [ ] 实现相关系统调用