Reduce size of kernel heap

This commit is contained in:
Jeremy Soller 2017-01-01 16:45:30 -07:00
parent d37cb33af6
commit bc57e608bc
2 changed files with 2 additions and 2 deletions

View file

@ -593,7 +593,7 @@ build/filesystem.bin: \
filesystem/bin/tar
-$(FUMOUNT) build/filesystem/
rm -rf $@ build/filesystem/
dd if=/dev/zero of=$@ bs=1M count=128
dd if=/dev/zero of=$@ bs=1M count=64
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