home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / rcs567s.zip / README.RSX < prev   
Text File  |  1994-12-12  |  2KB  |  65 lines

  1. --------------------------------------------------------------------------------
  2. README.TXT     Release: RSX 5          (c) Rainer Schnitker       Dec 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 and DJGPP programs.
  10. RSX can run the GCC programs under DPMI-servers like MS-Windows 3.1
  11. and simulates a missing 387/487.
  12.  
  13. News in release 5:
  14.     - 32 bit RSX extender default now
  15.     - pipes, software scheduler; 'gcc -pipe' works
  16.     - rsx can run Emacs 19.27 (emx)
  17.     - new emx syscalls (select, bsd signals, pipe)
  18.     - tested with OS/2 Warp; _memaccess() workaround
  19.     - int10 vesa support
  20.     - bugs fixed
  21.  
  22.  
  23. UNZIP RSX-ARCHIVE:
  24.     First you should delete older RSX versions.
  25.     Unpack this archive with unzip50 or pkunzip2
  26.  
  27.     C:\> UNZIP   A:\DPMIGCC5.ZIP
  28.     C:\> PKUNZIP -d -) A:\DPMIGCC5.ZIP
  29.  
  30.  
  31. Please read INSTALL.TXT in this archive before using this software.
  32.  
  33.  
  34. WHY USING RSX FOR EMX PROGRAMS:
  35. -------------------------------
  36. RSX can run unmodified EMX 0.8-0.9a programs under DPMI 0.9/1.0.
  37. The compiler and other EMX programs can run in a MS-Windows or OS/2 DOS-box.
  38. Also RSX supports system calls that are not available under EMX+DOS.
  39.  
  40.  
  41. WHY USING RSX FOR DJGPP PROGRAMS:
  42. ---------------------------------
  43. RSX can run the DJGPP 1.08-1.11 compiler under DPMI 0.9/1.0.
  44. You don't need a coprocessor, a FPU-emulator will do this job.
  45. RSX support also ptrace(), signal(), wait(), fork(), spawnve(P_DEBUG).
  46. If you use the DJGPP compiler only under DPMI, gcc + rsx is faster than
  47. gcc + go32.
  48.  
  49.  
  50.  
  51. Mail to: rainer@mathematik.uni-bielefeld.de
  52.  
  53.  
  54. Home FTP-server: ftp.uni-bielefeld.de
  55.     RSX directory is: /pub/systems/msdos/misc
  56.  
  57.  
  58. This server contains also:
  59.     RSXWDK 2 (availble in 12/94)
  60.     building 32 bit MS-Windows Apps with EMX+GCC and DJGPP
  61.     includes the windows extender RSXW32
  62.     RSXWIN 2a
  63.     running EMX text-mode programs in a MS-Windows 3.1 window
  64.  
  65.