From afeaa8825943dd2c848ca341db37a3ebc052f862 Mon Sep 17 00:00:00 2001 From: HimbeerserverDE Date: Sun, 11 Sep 2022 19:57:19 +0200 Subject: [PATCH] Don't clean every time --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a1082ca..4b12db7 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ nothing.img: magic.bin stage1/boot.bin stage2/target/x86_64-loadnothing/debug/st 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 -vm: clean nothing.img +vm: nothing.img qemu-system-x86_64 -hda nothing.img clean: -- 2.44.0