From a820580521705f4e6f0aaacc0773df1c32c4935e Mon Sep 17 00:00:00 2001 From: HimbeerserverDE Date: Sat, 17 Sep 2022 12:38:02 +0200 Subject: [PATCH] Set QEMU disk format to raw --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d65e981..f043f68 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ nothing.img: magic.bin stage2/target/x86-loadnothing/release/stage2 stage1/boot. dd if=stage2/target/x86-loadnothing/release/stage2 of=nothing.img bs=512 seek=1 conv=notrunc vm: nothing.img - qemu-system-x86_64 -hda nothing.img + qemu-system-x86_64 -drive format=raw,file=nothing.img clean: rm -f magic.bin stage1/boot.bin nothing.img -- 2.44.0