문제

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

도움이 되었습니까?

해결책

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/

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top