home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_2.iso / files / 743c.lha / GigaMenDevKit_v3.00 / ReadMe < prev    next >
Text File  |  1993-03-17  |  601b  |  11 lines

  1. The General Purpose of vmem.library is to make a virtual memory handler
  2. available to any application writer while keeping things as transparent
  3. and easy as possible. Any application using vmem.library will work with
  4. or without actually having installed virtual memory. No need for huge
  5. checks all over the code.
  6.  
  7. As soon as GigaMem is installed, all applications using vmem.library will
  8. take advantage of it. If other virtual memory systems will appear on the
  9. market (e.g. from Commodore), vmem.library will be updated to support it.
  10. Your application will take advantage immediately without a change.
  11.