nasm -f bin -o boot.bin boot.asm

sudo dd status=noxfer conv=notrunc if=boot.bin of=boot.flp


qemu -fda boot.flp

This content came from youtube.