Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
org 0x7C00
bits 16
_start:
cli
hlt
times 510 - ($-$$) db 0
dw 0xAA55
I burnt the disk image to a CD and made a virtual machine in Qemu. I inserted the CD, ran the VM and it couldn't boot. It says the same thing it says when you try to boot with nothing in the drive. Is it the bootloader that's wrong?
You can use floppy disk image to boot from CD-ROM. But it is not enough to burn boot.bin, you have to make full floppy disk image, and then you need to tell to your burning software that you want bootable cd with floppy disk emulation. AFAIK Nero doesn't have that option, Magic ISO has it.