MZ

From OSDev.wiki
Revision as of 03:50, 23 November 2007 by osdev>Yayyak (added link to header format)
Jump to navigation Jump to search
This page is a stub.
You can help the wiki by accurately adding more contents to it.

DOS-MZ was introduced with MS-DOS (Not DOS v1, however.) as a companion to the simplified DOS COM file format. DOS-MZ was designed to be run in real mode and reflects this, having a relocation table of SEGMENT:OFFSET pairings. A very simple format that can be run at any offset, it does not distinguish between TEXT, DATA and BSS. Since it was designed to run in real mode, its maximum file size of code + data + bss is 1mb.

Only DOS and Windows use this format natively, but there are several free DOS emulators that support it for various operating systems. (e.g. Linux, Amiga, etc.)

See Also