MyOS a simple os with a bootloader programmed with assembly if you modify the assembly the command you'll need to regenerate the iso img file $chmod +755 run.sh $./run.sh run using : qemu-system-x86_64 -drive format=raw,file=bootloader.bin assembling the bootloader: nasm bootloader.asm -f bin -o bootloader.bin