nasm -o loader.exe loader.asm #MBR Write dd if=loader.exe of=/dev/fd0 bs=512 count=1 seek=0 conv=sync