Also bootloader should be i386
This commit is contained in:
parent
8fc6b1cdd3
commit
024d6c5075
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue