This is a very simple bootloader and doesn't do anything.
You need NASM installed
If you're on Windows you also need to add it to the path variable
Run the make.bat script or type this command: nasm -f bin boot.asm -o boot.bin
Run the run.bat script or type this command: qemu-system-x86_64 boot.bin