Fix warnings, increase size of fs

This commit is contained in:
Jeremy Soller 2016-11-19 20:23:25 -07:00
parent 41811ad98d
commit 39419fb008
3 changed files with 4 additions and 4 deletions

View file

@ -552,7 +552,7 @@ build/filesystem.bin: \
filesystem/bin/tar
-$(FUMOUNT) build/filesystem/
rm -rf $@ build/filesystem/
echo exit | cargo run --manifest-path schemes/redoxfs/Cargo.toml --bin redoxfs-utility $@ 64
echo exit | cargo run --manifest-path schemes/redoxfs/Cargo.toml --bin redoxfs-utility $@ 128
mkdir -p build/filesystem/
cargo build --manifest-path schemes/redoxfs/Cargo.toml --bin redoxfs-fuse --release
schemes/redoxfs/target/release/redoxfs-fuse $@ build/filesystem/ &