home *** CD-ROM | disk | FTP | other *** search
/ World of OS/2 / W_OS_2.BIN / readme.emx < prev    next >
Text File  |  1992-07-18  |  2KB  |  37 lines

  1. The enclosed GNU program was ported and compiled using the emx/gcc
  2. compiler kit. A preliminary and modified version based on the beta 0.8d
  3. was used. Over the distributed version 0.8d it included a number of bug
  4. fixes and changes. 
  5.  
  6. As a result, you may be unable to recompile the enclosed sources with
  7. plain 0.8d or may need to do a few changes or experience strange
  8. behaviour of the compiled programs in some rare cases. With the next
  9. release of emx/gcc, these problems will hopefully disappear.
  10.  
  11. This archive includes a copy of EMX.DLL, a runtime module of the emx/gcc
  12. system and C library. If you already have a version of it, keep the
  13. newer version of both (it may be wise to keep a backup copy of the older
  14. one too).
  15.  
  16. In case you have the full emx/gcc package yourself, you may be able to
  17. run the program(s) under plain MS-DOS using the EMX.EXE DOS extender.
  18. This is not supported and completely untested.
  19.  
  20. The enclosed program(s) and source code is distributed under the GNU
  21. license. The archive includes full source code and a file patches.os2
  22. which documents all changes made to compile it with emx/gcc under OS/2
  23. version 2.0. See the file COPYING for details of the GNU license.
  24.  
  25. EMX is an environment/toolkit for use of GNU programs under OS/2 2.0,
  26. written by Eberhard Mattes.
  27.  
  28. Kai Uwe Rommel
  29.  
  30. --
  31. /* Kai Uwe Rommel           Zennerstrasse 1, D-8000 Muenchen 70, Germany *
  32.  * rommel@jonas.bofe.sub.org                       Phone +49 89 723 4101 *
  33.  * rommel@informatik.tu-muenchen.de                  Fax +49 89 723 7889 */
  34.  
  35. DOS ... is still a real mode only non-reentrant interrupt
  36. handler, and always will be.                -Russell Williams
  37.