From 062870541933cb888317f8e2150039d771592bc5 Mon Sep 17 00:00:00 2001 From: notsomeidiot123 Date: Wed, 25 Sep 2024 17:54:48 -0400 Subject: [PATCH] Finally fixed build process, took me forever to debug cause i'm a bit dumb --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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