Increase filesystem size to 1024 MB
I needed to do this to fit gcc/binutils.
This commit is contained in:
parent
f864eef6b1
commit
008622844c
|
@ -1,7 +1,7 @@
|
||||||
build/filesystem.bin: userspace
|
build/filesystem.bin: userspace
|
||||||
-$(FUMOUNT) build/filesystem/ || true
|
-$(FUMOUNT) build/filesystem/ || true
|
||||||
rm -rf $@ build/filesystem/
|
rm -rf $@ build/filesystem/
|
||||||
dd if=/dev/zero of=$@ bs=1048576 count=128
|
dd if=/dev/zero of=$@ bs=1048576 count=1024
|
||||||
cargo run --manifest-path schemes/redoxfs/Cargo.toml --quiet --release --bin redoxfs-mkfs $@
|
cargo run --manifest-path schemes/redoxfs/Cargo.toml --quiet --release --bin redoxfs-mkfs $@
|
||||||
mkdir -p build/filesystem/
|
mkdir -p build/filesystem/
|
||||||
cargo build --manifest-path schemes/redoxfs/Cargo.toml --quiet --release --bin redoxfs
|
cargo build --manifest-path schemes/redoxfs/Cargo.toml --quiet --release --bin redoxfs
|
||||||
|
|
Loading…
Reference in a new issue