diff --git a/Makefile b/Makefile index e312626..e0ef225 100644 --- a/Makefile +++ b/Makefile @@ -11,4 +11,4 @@ compile_bootloader: nasm -f bin -o target/boot.bin bootloader/main.asm run_bootloader: compile_bootloader - qemu-system-x86_64 -drive format=raw,file=target/boot.bin -drive format=raw,file=target/kernel.bin -monitor stdio + qemu-system-i386 -drive format=raw,file=target/boot.bin -drive format=raw,file=target/kernel.bin -monitor stdio