home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / MEMORIA / DVMAM.ZIP / README.1ST < prev   
Encoding:
Text File  |  1990-09-25  |  1.7 KB  |  67 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.      Dynamic-Virtual Memory Allocation Manager (tm)
  10.      DVMAM (tm)
  11.      Version 1.0
  12.      September 20th, 1990
  13.  
  14.      File: README.1ST
  15.  
  16.      You should have received the following files with DVMAM:
  17.  
  18.         DVMAM.DOC    - Documentation file for DVMAM.
  19.         DVMAMSTC.LIB - Small model library for DVMAM, TURBO C version
  20.         DVMAM.H      - include file for DVMAM
  21.         DV_TEST.C    - a small test program that saves strings to different
  22.                        memory types.
  23.         DV_REG.TXT   - DVMAM registration form. This form is also located at the
  24.                        end of DVMAM.DOC
  25.         DV_BUG.TXT   - DVMAM bug report form.
  26.         DV_PRINT.BAT - a batch file to printout DVMAM.DOC
  27.         README.1ST   - this file.
  28.  
  29.           DVMAM is a memory allocation program that enables the user to access
  30.      up to 24.5 megabytes of memory. This memory may be expanded, extended or
  31.      conventional.
  32.  
  33.           Memory is allocated to specified memory types only if it is available.
  34.      So, even though EMS may be specified, a computer that does not have EMS
  35.      will not attempt to make use of it.
  36.  
  37.           DVMAM is able to allocate 8 megs of LIM EMS memory version 3.2 or
  38.      higher, 16 megs of extended memory on a 80286/386 system, or 500k +
  39.      conventional memory.
  40.  
  41.           A small batch file has been created to print out the manual. To use
  42.      this simply type:
  43.  
  44.           C>DV_PRINT (and press return)
  45.  
  46.           The file DVMAM.DOC will then print on your printer. Please read the
  47.      documentation before attempting to use DVMAM.
  48.  
  49.           Please see the file DVMAM.DOC for all the legalities such as
  50.      copyrights and trademarks.
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.