Increase FS size

Update list of crates in workspace
This commit is contained in:
Jeremy Soller 2017-04-17 19:25:15 -06:00
parent f58e35b46f
commit 66e090b943
3 changed files with 373 additions and 8 deletions

View file

@ -1,7 +1,7 @@
build/filesystem.bin: userspace
-$(FUMOUNT) build/filesystem/ || true
rm -rf $@ build/filesystem/
dd if=/dev/zero of=$@ bs=1048576 count=64
dd if=/dev/zero of=$@ bs=1048576 count=128
cargo run --manifest-path schemes/redoxfs/Cargo.toml --release --bin redoxfs-mkfs $@
mkdir -p build/filesystem/
cargo build --manifest-path schemes/redoxfs/Cargo.toml --release --bin redoxfs