Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 286 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 286 Bytes

Ext2 File System

Ext2 文件系统的实现

食用方法

mkdir build
cd build
cmake ..
make
cd ../bin
./Ext2FileSystem

TODO

  • 完成全部间接索引
  • 添加 tree 命令
  • 添加直接到根目录的跳转
  • 添加时间信息
  • bababa...