How can I execute .bin file with assembly or C? -


i working on os. i've started building since a-day before yesterday. want know how can open .bin files c language or assembly. want open when os running , click button.

i can use assembly or c.

in general .bin files not executable high-level operating systems, since don't contain enough information (which why typical operating systems use other file formats programs; elf common).

if os can run properly-prepared .bin files, know how make happen.


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -