summaryrefslogtreecommitdiff
path: root/bootle/package.nix
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-03-06 23:02:09 +0100
committerandromeda <andromeda@lenovo>2026-03-06 23:02:09 +0100
commite1822da600607d469ff12be8673cd27bbebf7772 (patch)
tree94d3bddb034f47ca96491b040f3051194e3522c9 /bootle/package.nix
parent444e85e30c8fc40e5d92e4ffae762f93e801ba12 (diff)
load 16 sectors instead of 1
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