home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 December / simtel1292_SIMTEL_1292_Walnut_Creek.iso / msdos / gnuish / swalib0.arc / readme < prev    next >
Text File  |  1990-09-10  |  1KB  |  29 lines

  1. readme. - readme file for swaplib                -*-Text-*-
  2. Copyright (C) 1990 by Thorsten Ohl, td12@ddagsi3.bitnet
  3.  
  4. The is the beta distribution of `swaplib',  A library for improved
  5. execution of child processes under MS-DOS.
  6.  
  7. Please note that swaplib.tex is *not* yet a manual, it's just a collection
  8. of notes for a future manual.  I have included it anyway, since it should
  9. give you at least an idea of how to use `swaplib'.
  10.  
  11. At the moment, this library needs the Microsoft C Compiler Version 6.0
  12. to compile.
  13.  
  14. If you want to see a demo, just say `make test' (the makefile was designed
  15. for GNU make).  I you have the `mapmem' program, you can use
  16. `testswap mapmem' to verify that `swaplib' really swaps.
  17.  
  18. Setting the environment variable SWAPPING to "xms", "ems", or "disk" allows
  19. you to tell `swaplib' where to swap to.  "xms" is the default.
  20.  
  21. GNU make users take note:  the patches for using `swaplib' with make
  22. will soon be released.
  23.  
  24. Please note that the file _swap_l.asm is only included to encourage porting
  25. to other compilers.  It is just the compiler output of swap.c.
  26.  
  27. Enjoy it
  28. -Thorsten Ohl
  29.