diff options
Diffstat (limited to 'bootle')
| -rw-r--r-- | bootle/package.nix | 2 |
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 |
