episode2
you can create binary file of "boot.asm" via following command:
nasm -f bin -o boot.bin boot.asm
and then run it in qemu via following command:
qemu-system-i386 -fda boot.bin
you can create binary file of "boot.asm" via following command:
nasm -f bin -o boot.bin boot.asm
and then run it in qemu via following command:
qemu-system-i386 -fda boot.bin