rcore-os / rCore-Tutorial-v3

Let's write an OS which can run on RISC-V in Rust from scratch!
https://rcore-os.github.io/rCore-Tutorial-Book-v3/index.html
GNU General Public License v3.0
1.58k stars 452 forks source link

easy-fs支持文件提取功能 #149

Open wyfcyx opened 3 months ago

wyfcyx commented 3 months ago

支持从某次运行后的easyfs文件系统镜像fs.img将文件提取到host OS中。