From c3994cc0fa4362bb564195facf6c2195322e46bc Mon Sep 17 00:00:00 2001 From: HimbeerserverDE Date: Sun, 11 Sep 2022 20:03:35 +0200 Subject: [PATCH] Increase stage2 writing speed --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6efc636..9856b63 100644 --- 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 -- 2.44.0