Make bootable .elf file!

Hello!

Perhaps my English isn’t correct. Listen to the point.

I have created an application (a clock/stopwatch with specific functions).

I compiled it with (like the API documentation says: http://riot-os.org/api/index.html#the-quickest-start )

Now i have a folder with my app (time), which contains various folders and also time.elf, time.hex and time.map.

All I want to do now, is take that .elf executable file (the file runs correctly with ./time.elf or ./time.elf -i 0) and make that time.elf run on QEMU.

By “run on QEMU” I mean with some QEMU commands (like qemu-system-i386), my stopwatch to start counting on boot.

I don’t know if I made this clear to you, or if I messed up your minds more!

Thanks!