]> git.lizzy.rs Git - loadnothing.git/commitdiff
Increase stage2 writing speed
authorHimbeerserverDE <himbeerserverde@gmail.com>
Sun, 11 Sep 2022 18:03:35 +0000 (20:03 +0200)
committerHimbeerserverDE <himbeerserverde@gmail.com>
Sun, 11 Sep 2022 18:03:35 +0000 (20:03 +0200)
Makefile

index 6efc6364465cea863752b623ccdb111bc3017e3d..9856b63fcfe611e0a0635fa366a5c4040aeb0ece 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ nothing.img: magic.bin stage1/boot.bin stage2/target/x86_64-loadnothing/debug/st
        doas losetup -d /dev/loop1
        dd if=stage1/boot.bin of=nothing.img bs=1 count=446 conv=notrunc
        dd if=magic.bin of=nothing.img bs=1 seek=510 count=2 conv=notrunc
-       dd if=stage2/target/x86_64-loadnothing/debug/stage2 of=nothing.img bs=1 seek=512 conv=notrunc
+       dd if=stage2/target/x86_64-loadnothing/debug/stage2 of=nothing.img bs=512 seek=1 conv=notrunc
 
 vm: nothing.img
        qemu-system-x86_64 -hda nothing.img