Преглед на файлове

doc: another ext4 description

liujingx преди 9 месеца
родител
ревизия
f51ca173e7
променени са 1 файла, в които са добавени 4 реда и са изтрити 3 реда
  1. 4 3
      README.md

+ 4 - 3
README.md

@@ -1,5 +1,6 @@
-# Ext4 File System in Rust
+# Another Ext4 File System in Rust
 
-Forked from: https://github.com/yuoo655/ext4_rs
+Rust implementation of ext4 file system. This file system is checked by Metis Model Checker.
+See [here](https://github.com/LearningOS/osbiglab-2024s-fuzzingfilesystem) for details.
 
-Refactored as a Rust library.
+Initial version is forked from [ext4_rs](https://github.com/yuoo655/ext4_rs).