Already a member?
Sign in
- EasyEdit
- Edit tags
- Email page
-
(what's this?What are these tools?
People just like you can add or edit the content on this site. If you want to try editing, but aren't ready to add to this site, try our demo area.
Read more about editing pages at Wetpaint Central.
)
Executable File Formats
Many of the key ideas and features of operating systems get embodied in the executable file format. If you want to understand an operating system, you must first understand the format(s) it uses to store executable code and later to start executing it.
This page should include some discussion of the evolution of object file formats, and note that simple (even dopey) file formats like MS-DOS ".COM" formats came after more elaborate mainframe formats. Talk about reinventing the wheel.
This page should also include some discussion about how some executable file formats implicitly require starting a single thread of execution (.COM, .EXE) while others (Mach-O) don't. Elaborate on the implicit vs explicit things like threads of execution, relocation,
Something should be made of VMS executable file formats - how TYPE.EXE actually gets relocated inside the user's VMS process, not given its own address space, the process of image rundown and how the moral equivalent of a DLL can have its own permissions.
Discussion of static linking, load-time linking, automatic dynamic linking, and explicit dynamic linking.
This page should include some discussion of the evolution of object file formats, and note that simple (even dopey) file formats like MS-DOS ".COM" formats came after more elaborate mainframe formats. Talk about reinventing the wheel.
This page should also include some discussion about how some executable file formats implicitly require starting a single thread of execution (.COM, .EXE) while others (Mach-O) don't. Elaborate on the implicit vs explicit things like threads of execution, relocation,
Something should be made of VMS executable file formats - how TYPE.EXE actually gets relocated inside the user's VMS process, not given its own address space, the process of image rundown and how the moral equivalent of a DLL can have its own permissions.
Discussion of static linking, load-time linking, automatic dynamic linking, and explicit dynamic linking.
Latest page update: made by bediger
, May 22 2008, 11:04 AM EDT
(about this update
About This Update
Edited by bediger
132 words added
view changes
- complete history)
Edited by bediger
132 words added
view changes
- complete history)
More Info: links to this page