Linear Executable

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
m (Added link Open Watcom structs with LX/LE differences)
(Add links to newer versions of the LX format spec.)
Line 12: Line 12:
  
 
== Specifications ==
 
== Specifications ==
* [http://www.textfiles.com/programming/FORMATS/lxexe.txt LX Format Description]
+
* [http://www.textfiles.com/programming/FORMATS/lxexe.txt LX Format Description] (1992 edition)
** [http://www.oldlinux.org/Linux.old/study/sabre/os/files/Executables/LX.txt Another copy of the document]
+
** [http://www.oldlinux.org/Linux.old/study/sabre/os/files/Executables/LX.txt Another copy of the 1992 edition]
 +
* [http://bitsavers.informatik.uni-stuttgart.de/pdf/ibm/pc/os2/OS2_OMF_and_LX_Object_Formats_Revision_8_199406.pdf IBM OS/2 16/32-bit Object Module Format (OMF) and Linear executable Module Format (LX)] (Revision 8, 1994)
 +
* [https://archive.org/details/IBMOS2Warp4ToolkitDocuments2/32-bit%20Linear%20eXecutable%20Module%20Format%20%28LX%29%20Specification/mode/2up IBM OS/2 16/32-bit Linear eXecutable Module Format (LX)] (Revision 11, 2001)
 
* [http://faydoc.tripod.com/formats/exe-LE.htm (.vxd) LINEAR-EXECUTABLE File Header Layout] (LE)
 
* [http://faydoc.tripod.com/formats/exe-LE.htm (.vxd) LINEAR-EXECUTABLE File Header Layout] (LE)
  

Revision as of 10:36, 17 January 2024

File Format
Name Linear Executable
Ontology
Extension(s) .386, .dll, .exe, .sys, .vxd

Linear Executable is an executable file format in the EXE family. It was used by 32-bit OS/2, by some DOS extenders, and by Microsoft Windows VxD files. It is an extension of MS-DOS EXE, and a successor to NE (New Executable).

There are two main varieties of it: LX (32-bit), and LE (mixed 16/32-bit).

Contents

Identification

A Linear Executable file begins with the ASCII signature "MZ". At offset 60 is a 4-byte integer pointing to an "extended" header that begins with "LX" or "LE". For more information, see MS-DOS EXE.

Specifications

Sample files

See also

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox