home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / rcs567s.zip / README.RSX < prev   
Text File  |  1994-05-26  |  2KB  |  59 lines

  1. --------------------------------------------------------------------------------
  2. README.TXT     Release: DPMIGCC4.ZIP        (c) Rainer Schnitker     May 1994
  3. --------------------------------------------------------------------------------
  4.     This program is free software; you can redistribute it and/or modify
  5.     it under the terms of the GNU General Public License version 2 as
  6.     published by the Free Software Foundation.
  7. --------------------------------------------------------------------------------
  8.  
  9. This is RSX, the DPMI-extender for EMX/GCC and DJGPP programs.
  10. RSX can run the GCC programs under DPMI-servers like MS-Windows 3.1 and
  11. simulates a missing 387.
  12.  
  13. News in release 4:
  14.     - 32bit extender (source code now compiled with EMX/GCC)
  15.     - RSX32 has a build'in fpu-emu
  16.     - DPMI 1.0 futures (demand paging, mapped memory, etc.)
  17.     - file handle emulation (dup files for child processes)
  18.       other file types are possible (pipes, mapped files)
  19.     - info.exe works now with RSX
  20.  
  21. ! Unpack this archive with unzip50 or pkunzip2.
  22. !    C:\> unzip a:\dpmigcc4.zip
  23. !    C:\> pkunzip -d -) a:\dpmigcc4.zip  { '-)' disables pkzip-bug in DPMI }
  24. !
  25. ! Many files are changed. Delete older RSX versions!
  26.  
  27.  
  28. Please read INSTALL.TXT in this archive before using this software.
  29.  
  30.  
  31. WHY USING RSX FOR EMX/GCC PROGRAMS:
  32. -----------------------------------
  33. RSX.EXE can run unmodified EMX/GCC 0.8[e-h] programs under DPMI 0.9/1.0.
  34. The compiler and other EMX programs can run in a MS-Windows DOS-box.
  35. You don't need a 387-processor, a FPU-emulator will do this job.
  36. -> EMX does not support DPMI
  37. -> EMX does not support a 387 emulator.
  38.  
  39.  
  40. WHY USING RSX FOR DJGPP PROGRAMS:
  41. ---------------------------------
  42. RSX.EXE can run unmodified DJGPP 1.08-1.11 programs under DPMI 0.9/1.0.
  43. You don't need a 387-processor, a FPU-emulator will do this job.
  44. RSX support also ptrace(), signal(), wait(), fork(), kill(), spawnve(P_DEBUG).
  45. If you use the DJGPP compiler only under DPMI, gcc + rsx is faster than
  46. gcc + go32.
  47. -> GO32 1.11 can't use the emu387 under DPMI.
  48. -> GO32 don't support ptrace(), signal(), fork(), spawnve(P_DEBUG) etc.
  49.  
  50.  
  51. Mail to: rainer@mathematik.uni-bielefeld.de
  52.  
  53. Home FTP-server: ftp.uni-bielefeld.de
  54.     RSX directory is: /pub/systems/msdos/misc
  55.  
  56. This server contains also:
  57.     RSXWIN2a, running EMX/GCC text-mode programs in a Window
  58.     RSXWDK1, building full Windows Apps with EMX/GCC.
  59.