Search code examples
assemblyx86nasmisobootable

make bootable usb device with programm on Assembler


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?


Solution

  • First You must make or get fat32 bootloader and make your image use Magic ISO to Convert that to iso.Finaly Open ISO2USB and connect usb disk and make your usb bootable. Thanks...