<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://fileformats.archiveteam.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://fileformats.archiveteam.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Arne</id>
		<title>Just Solve the File Format Problem - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://fileformats.archiveteam.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Arne"/>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Special:Contributions/Arne"/>
		<updated>2026-05-10T06:15:30Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.2</generator>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Linear_Executable</id>
		<title>Linear Executable</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Linear_Executable"/>
				<updated>2020-05-05T14:17:13Z</updated>
		
		<summary type="html">&lt;p&gt;Arne: Added link Open Watcom structs with LX/LE differences&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Executables&lt;br /&gt;
|extensions={{ext|386}}, {{ext|dll}}, {{ext|exe}}, {{ext|sys}}, {{ext|vxd}}&lt;br /&gt;
}}&lt;br /&gt;
'''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).&lt;br /&gt;
&lt;br /&gt;
There are two main varieties of it: '''LX''' (32-bit), and '''LE''' (mixed 16/32-bit).&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
A Linear Executable file begins with the ASCII signature &amp;quot;&amp;lt;code&amp;gt;MZ&amp;lt;/code&amp;gt;&amp;quot;. At offset 60 is a 4-byte integer pointing to an &amp;quot;extended&amp;quot; header that begins with &amp;quot;&amp;lt;code&amp;gt;LX&amp;lt;/code&amp;gt;&amp;quot; or &amp;quot;&amp;lt;code&amp;gt;LE&amp;lt;/code&amp;gt;&amp;quot;. For more information, see [[MS-DOS EXE]].&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
* [http://www.textfiles.com/programming/FORMATS/lxexe.txt LX Format Description]&lt;br /&gt;
** [http://www.oldlinux.org/Linux.old/study/sabre/os/files/Executables/LX.txt Another copy of the document]&lt;br /&gt;
* [http://faydoc.tripod.com/formats/exe-LE.htm (.vxd) LINEAR-EXECUTABLE File Header Layout] (LE)&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* http://cd.textfiles.com/hobbesos29411/BIN/ → *.EXE (LX, OS/2 console)&lt;br /&gt;
* http://cd.textfiles.com/hobbesos2/2_X/GAMES/ → *.ZIP → *.EXE (LX, OS/2 GUI)&lt;br /&gt;
* http://cd.textfiles.com/silvercollection/disc4/DRIVERS/ - The *.386 files inside the archive files (for example, [http://cd.textfiles.com/silvercollection/disc4/DRIVERS/19GXE.ARJ 19GXE.ARJ] → VDDS3.386) use MS Windows LE / VxD format.&lt;br /&gt;
* [http://cd.textfiles.com/doomcompanion/DOOM/DOOM.EXE DOOM.EXE] - Example of the format used by some DOS extenders. Technically this is an [[MS-DOS EXE]] file, with an embedded LE file.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Dynamic-link library (Windows)]]&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [https://web.archive.org/web/20190202155306/http://www.tenberry.com/dos4g/faq/format.html DOS/4G and DOS/4GW FAQ: Executable File Format(s)]&lt;br /&gt;
* [http://www.mitec.cz/exe.html EXE Explorer utility]&lt;br /&gt;
* [https://github.com/open-watcom/open-watcom-v2/blob/master/bld/watcom/h/exeflat.h Open Watcom structs with LX/LE differences]&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
[[Category:OS/2]]&lt;/div&gt;</summary>
		<author><name>Arne</name></author>	</entry>

	<entry>
		<id>http://fileformats.archiveteam.org/wiki/Linear_Executable</id>
		<title>Linear Executable</title>
		<link rel="alternate" type="text/html" href="http://fileformats.archiveteam.org/wiki/Linear_Executable"/>
				<updated>2020-04-30T19:19:38Z</updated>
		
		<summary type="html">&lt;p&gt;Arne: replaced tenberry.com link with wayback link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FormatInfo&lt;br /&gt;
|formattype=electronic&lt;br /&gt;
|subcat=Executables&lt;br /&gt;
|extensions={{ext|386}}, {{ext|dll}}, {{ext|exe}}, {{ext|sys}}, {{ext|vxd}}&lt;br /&gt;
}}&lt;br /&gt;
'''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).&lt;br /&gt;
&lt;br /&gt;
There are two main varieties of it: '''LX''' (32-bit), and '''LE''' (mixed 16/32-bit).&lt;br /&gt;
&lt;br /&gt;
== Identification ==&lt;br /&gt;
A Linear Executable file begins with the ASCII signature &amp;quot;&amp;lt;code&amp;gt;MZ&amp;lt;/code&amp;gt;&amp;quot;. At offset 60 is a 4-byte integer pointing to an &amp;quot;extended&amp;quot; header that begins with &amp;quot;&amp;lt;code&amp;gt;LX&amp;lt;/code&amp;gt;&amp;quot; or &amp;quot;&amp;lt;code&amp;gt;LE&amp;lt;/code&amp;gt;&amp;quot;. For more information, see [[MS-DOS EXE]].&lt;br /&gt;
&lt;br /&gt;
== Specifications ==&lt;br /&gt;
* [http://www.textfiles.com/programming/FORMATS/lxexe.txt LX Format Description]&lt;br /&gt;
** [http://www.oldlinux.org/Linux.old/study/sabre/os/files/Executables/LX.txt Another copy of the document]&lt;br /&gt;
* [http://faydoc.tripod.com/formats/exe-LE.htm (.vxd) LINEAR-EXECUTABLE File Header Layout] (LE)&lt;br /&gt;
&lt;br /&gt;
== Sample files ==&lt;br /&gt;
* http://cd.textfiles.com/hobbesos29411/BIN/ → *.EXE (LX, OS/2 console)&lt;br /&gt;
* http://cd.textfiles.com/hobbesos2/2_X/GAMES/ → *.ZIP → *.EXE (LX, OS/2 GUI)&lt;br /&gt;
* http://cd.textfiles.com/silvercollection/disc4/DRIVERS/ - The *.386 files inside the archive files (for example, [http://cd.textfiles.com/silvercollection/disc4/DRIVERS/19GXE.ARJ 19GXE.ARJ] → VDDS3.386) use MS Windows LE / VxD format.&lt;br /&gt;
* [http://cd.textfiles.com/doomcompanion/DOOM/DOOM.EXE DOOM.EXE] - Example of the format used by some DOS extenders. Technically this is an [[MS-DOS EXE]] file, with an embedded LE file.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Dynamic-link library (Windows)]]&lt;br /&gt;
&lt;br /&gt;
== Links ==&lt;br /&gt;
* [https://web.archive.org/web/20190202155306/http://www.tenberry.com/dos4g/faq/format.html DOS/4G and DOS/4GW FAQ: Executable File Format(s)]&lt;br /&gt;
* [http://www.mitec.cz/exe.html EXE Explorer utility]&lt;br /&gt;
&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
[[Category:OS/2]]&lt;/div&gt;</summary>
		<author><name>Arne</name></author>	</entry>

	</feed>