Refactor easy-fs

This commit is contained in:
Yifan Wu 2021-02-24 03:42:45 +08:00
parent c98c7c6558
commit 17580c6902
14 changed files with 329 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):