DIY Assembly Bootloader First, Make Sure that "nasm" assembler is installed on your computer, then assemble the "boot.asm" by "nasm" Run it on qemu i386 system: qemu-system-i386 {assembled binary file from the boot.asm} Created by @zoroxide