diff options
| author | andromeda <andromeda@lenovo> | 2026-03-06 23:02:09 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-03-06 23:02:09 +0100 |
| commit | e1822da600607d469ff12be8673cd27bbebf7772 (patch) | |
| tree | 94d3bddb034f47ca96491b040f3051194e3522c9 /bootle | |
| parent | 444e85e30c8fc40e5d92e4ffae762f93e801ba12 (diff) | |
load 16 sectors instead of 1
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 |
