Refactor easy-fs.

This commit is contained in:
Yifan Wu 2021-02-24 03:34:59 +08:00
parent 84407af1ae
commit cd6dfbf59c
704 changed files with 1594 additions and 278 deletions

View file

@ -50,7 +50,7 @@ $(KERNEL_BIN): kernel
$(FS_IMG): $(APPS)
@cd ../user && make build
@cd ../easy-fs && cargo run --release
@cd ../easy-fs-fuse && cargo run --release -- -s ../user/src/bin/ -t ../user/target/riscv64gc-unknown-none-elf/release/
$(APPS):

BIN
os/fs.img

Binary file not shown.