How can i put a compiled boot sector onto a USB stick or disk?
问题 I'm actually interested in how an OS works, from the POST over the Boot process to the Kernel, GUI, etc. Well I have to start at the beginning: The bootsector Most tutorials only specify how to get your .bin bootstrapper onto an USB stick for Linux users. But as I'm using XP I would like to ask how do I get my 512 byte .bin onto the right position on my USB , and thats definitely not by copying it with explorer :D 回答1: There's dd for Windows which I use regularly. http://www.chrysocome.net/dd