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

Was it helpful?

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/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top