Finally fixed build process, took me forever to debug cause i'm a bit dumb
This commit is contained in:
parent
4047d666d7
commit
0628705419
2
makefile
2
makefile
|
|
@ -5,7 +5,7 @@ BL_ASFLAGS := -f bin
|
||||||
all: bootloader tools
|
all: bootloader tools
|
||||||
cp bin/bootloader.bin image.bin
|
cp bin/bootloader.bin image.bin
|
||||||
qemu-img resize -f raw image.bin 512M
|
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:
|
tools:
|
||||||
$(CC) tools/diskwrite.c -o diskwrite
|
$(CC) tools/diskwrite.c -o diskwrite
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue