I have developed some native programs for x86 using nasm.
I want to test them on my PC's without using a virtual machines.
So I need to make a bootable usb with my programs.
What I need to do?
As I think, I must do something similar to bootable ISO
, but how? ISO is an exact format... So maybe I need to make an ISO with my output first and then use some utillity for creating bootable images.
Am I right or not? Maybe there is an another way, which is easiar and more clever?