summaryrefslogtreecommitdiff
path: root/bootle/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'bootle/package.nix')
-rw-r--r--bootle/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootle/package.nix b/bootle/package.nix
index a5de5eb..822cf89 100644
--- a/bootle/package.nix
+++ b/bootle/package.nix
@@ -37,7 +37,7 @@ in (naersk'.buildPackage {
-e _start \
target/x86_64-unknown-none/release/libbootle.a
- dd if=/dev/zero of=disk bs=512 count=2
+ dd if=/dev/zero of=disk bs=512 count=2880
dd if=${bootler}/bin/boot.bin of=disk conv=notrunc
dd if=kernel.bin of=disk bs=512 seek=1 conv=notrunc