I have an assembly language code where I switch to protected mode and print "Hello World " on the screen afterwards. I have saved this code in a file named boot2.asm. I need help in running and testing the code as I am unable to do so by the command given by the original coder himself.
The command I use is:
nasm -f bin boot2.asm && qemu-system-x86_64 -fda boot.bin
I should run this command in cmd, right? I have NASM and QEMU installed in my computer as well.