Finally fixed build process, took me forever to debug cause i'm a bit dumb

This commit is contained in:
notsomeidiot123 2024-09-25 17:54:48 -04:00
parent 4047d666d7
commit 0628705419
1 changed files with 1 additions and 1 deletions

View File

@ -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