diff --git a/Cargo.toml b/Cargo.toml index 0c5472a..8cb7f81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "simple-filesystem" -version = "0.0.1" -authors = ["WangRunji "] +version = "0.1.0" +authors = ["WangRunji ", "Ben Pig Chu "] edition = "2018" [[bin]] @@ -15,5 +15,4 @@ static_assertions = "0.3" spin = "0.4" [features] -debug_print = [] std = [] \ No newline at end of file diff --git a/README.md b/README.md index 5c3484e..c8a2ae4 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ A Rust implementation for SFS in [ucore_os_lab](https://github.com/chyyuu/ucore_os_lab) lab8. -[uCore with Rust SFS](https://github.com/wangrunji0408/ucore_os_lab/tree/rust-fs/labcodes_answer/lab8_result). +This is the file system module of [RustOS](https://github.com/wangrunji0408/RustOS). -It will become a part of [RustOS](https://github.com/wangrunji0408/RustOS). - -Almost finished. \ No newline at end of file +It can also be used in the origin ucore_os_lab, see [uCore with Rust SFS](https://github.com/wangrunji0408/ucore_os_lab/tree/rust-fs/labcodes_answer/lab8_result). \ No newline at end of file