diff --git a/makefile b/makefile index e0f4675..5dac060 100644 --- a/makefile +++ b/makefile @@ -5,7 +5,7 @@ BL_ASFLAGS := -f bin all: bootloader tools cp bin/bootloader.bin image.bin qemu-img resize -f raw image.bin 512M - qemu-system-i386 -hda bin/bootloader.bin --no-reboot --no-shutdown -m 32m -smp 2 -serial mon:stdio + qemu-system-i386 -hda image.bin --no-reboot --no-shutdown -m 32m -smp 2 -serial mon:stdio tools: $(CC) tools/diskwrite.c -o diskwrite