Question

I need to do a bootloader in asm, and i need to write my aseembly code in sector 0 of a usb flash device. Is there is any program that enables you to do this, without manually using interrupts? Thanks

Était-ce utile?

La solution

You could try RawWrite which is a tool for Windows. http://www.chrysocome.net/rawwrite

If you are using Linux, you could try adapting some of the commands on this page ...http://www.cyberciti.biz/faq/howto-copy-mbr/

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top