Test native x86 programs, building bootable images/drives
I have the next problem: I'm working with NASM and building some native and compiling it on this way: nasm -f bin source -o out I'm getting my native program for x86. And now the most interesting, how can I make it bootable and then test it? As I think there are 3 ways to make bootable ( but for me, all they has failed :( ) using mkbt utility ( or another soft which is similar ) to write it to floppy disk building ISO image, with editing bootable sector in it manually write memory sector to usb/sd-card or another driver As for testing, all times rebooting PC is very bad, so it's better to use