Also bootloader should be i386

This commit is contained in:
Robbe Van Herck 2019-12-28 13:55:55 +01:00
parent 8fc6b1cdd3
commit 024d6c5075
No known key found for this signature in database
GPG Key ID: A66F76F7B81BD784
1 changed files with 1 additions and 1 deletions

View File

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