This MedLibrary.org supplementary page on DOS executable is provided directly from the open source Wikipedia as a service to our readers. Please see the note below on authorship of this content, as well as the Wikipedia usage guidelines. To search for other content from our encyclopedia supplement, please use the form below:
Related Sponsors
| Filename extension | .exe |
|---|---|
| Magic number | MZ |
| Type of format | Binary, executable |
The DOS MZ executable format is the executable file format used for .EXE files in DOS.
The file can be identified by the ASCII string "MZ" or the hexadecimal 4D 5A at the beginning of the file (the "magic number"), although, in fact, "ZM" or the hexadecimal 5A 4D works as well. "MZ" are the initials of Mark Zbikowski, one of the developers of MS-DOS.
The MZ DOS executable file is newer than COM executable and differs from it. The DOS executable header contains relocation information, which allows multiple segments to be loaded at arbitrary memory addresses, and support executables larger than 64 KiB, but still suffering from low memory limits. Later those limits were bypassed using DOS extenders.
Compatibility
MZ DOS executables can be run from DOS and Windows 9x-based Operating Systems. 32-bit Windows NT-based operating systems can execute them using their built-in Virtual DOS machine (although some graphics modes are unsupported). 64-bit versions of Windows cannot execute them. Alternative ways to run these executables include DOSBox and DOSEMU.
MZ DOS executables can be created by linkers, like MS linker, VALX or Open WATCOM's WLINK, additionally FASM can create them directly.
See also
External links
|
|||||
Wikipedia content modification information:
- This page was last modified on 6 October 2008, at 03:27.
Wikipedia Authorship and Review
Wikipedia content provided here is not reviewed directly by MedLibrary.org. Wikipedia content is authored by an open community of volunteers and is not produced by or in any way affiliated with MedLibrary.org.
Wikipedia Usage Guidelines
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article on "DOS executable".
The URL for this specific entry is:
All Wikipedia text is available under the terms of the GNU Free Documentation License. (See Copyrights for details). Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc.
