helloworld-bootloader A simple bootloader made in basic assembly language that prints a given string. INSTRUCTIONS: nasm bootloader.asm -f bin -o boot.bin sudo dd if=boot.bin bs=512 of=path_toimg_file Emulate the .img file