diff --git a/README.md b/README.md index 8a51fa1..4528f13 100644 --- a/README.md +++ b/README.md @@ -10,15 +10,14 @@ Core: * `rcore-fs`: Interfaces and utilities that can be used in an OS. * Virtual File System: `FileSystem`, `INode` - * Device and cache layer: `BlockDevice`, `CachedDevice`(TODO) + * Device and cache layer: `BlockDevice`, `BlockCache` Specific file systems: * `rcore-fs-sfs`: Simple File System from [uCore OS](https://github.com/chyyuu/ucore_os_lab) * `rcore-fs-sefs`: Simple Encrypted File System -* `rcore-fs-fat32`: (TODO) FAT32 -* `rcore-fs-ramfs`: (TODO) RAM based FS. -* `rcore-fs-devfs`: (TODO) Device driver as files +* `rcore-fs-ext2`: Ext2 +* `rcore-fs-ramfs`: RAM based FS Utilities: