瀏覽代碼

+ information regarding OS/2 compression added

Tomas Hajny 25 年之前
父節點
當前提交
321071717d
共有 2 個文件被更改,包括 8 次插入1 次删除
  1. 3 0
      install/doc/faq.html
  2. 5 1
      install/doc/faq.txt

+ 3 - 0
install/doc/faq.html

@@ -540,6 +540,9 @@ RTL. See the <a href="http://www.freepascal.org/makecyc.html">make cycle faq</a>
     of the GNU binutils package.</li>
 <lI>Under Dos(Go32V2) and windows targets you can use UPX to pack the .EXEs (just like e.g. pklite).
     The architecture of linux doesn't allow binary packing.</li>
+<lI>You can use LXLITE for packing EMX binaries, but you won't be able to run
+    them under DOS any more then. It might even not be possible to use them
+    on lower OS/2 versions (like 2.x) depending on chosen type of compression.</li>
 <li>Turning on optimalisations, both for supplied packages (RTL,API,FV,FCL) as for
     your own code, will also decrease code-size. </li>
 </ol>

+ 5 - 1
install/doc/faq.txt

@@ -382,7 +382,11 @@
     3. Under Dos(Go32V2) and windows targets you can use UPX to pack the
        .EXEs (just like e.g. pklite). The architecture of linux doesn't
        allow binary packing.
-    4. Turning on optimalisations, both for supplied packages
+    4. You can use LXLITE for packing EMX binaries, but you won't be able
+       to run them under DOS any more then. It might even not be possible
+       to use them on lower OS/2 versions (like 2.x) depending on chosen
+       type of compression.
+    5. Turning on optimalisations, both for supplied packages
        (RTL,API,FV,FCL) as for your own code, will also decrease
        code-size.