home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / TEXT / N7TIPS.ZIP / 1014310.TXT < prev    next >
Text File  |  1994-03-04  |  5KB  |  135 lines

  1.  
  2.  
  3.               NOVELL TECHNICAL INFORMATION DOCUMENT
  4.  
  5. TITLE:              Introduction to DOS Protected Mode Services (DPMS)
  6. DOCUMENT ID:        014915
  7. DOCUMENT REVISION:  A
  8. DATE:               15FEB94
  9. ALERT STATUS:       Yellow
  10. INFORMATION TYPE:   Issue
  11. README FOR:         NA
  12.  
  13. NOVELL PRODUCT and VERSION:
  14. Novell DOS 7
  15.  
  16. ABSTRACT:
  17.  
  18. This document introduces the DOS Protected Mode Services (DPMS)
  19. as a memory management tool.
  20.  
  21. ------------------------------------------------------------------
  22. DISCLAIMER
  23. THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO
  24. NOVELL.  NOVELL MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY
  25. THIS INFORMATION.  HOWEVER, THE INFORMATION PROVIDED IN THIS
  26. DOCUMENT IS FOR YOUR INFORMATION ONLY.  NOVELL MAKES NO EXPLICIT
  27. OR IMPLIED CLAIMS TO THE VALIDITY OF THIS INFORMATION.
  28. ------------------------------------------------------------------
  29.  
  30. ISSUE
  31.  
  32.      DPMS.EXE is the newest tool contained in Novell DOS 7 for
  33.      maximizing available memory.  DPMS (DOS Protected Mode
  34.      Services) is a suite of services that allow DOS devices and
  35.      other resident system extensions (such as TSRs and disk
  36.      drivers) to run in Protected mode on 286 and 386+ computers.
  37.      By using DPMS services, an application can reliably execute
  38.      or store data in extended memory.  This reduces the use of
  39.      Conventional memory (leaving it free for applications that
  40.      require Conventional) without the need to use Upper Memory
  41.      or High Memory.
  42.  
  43.      DPMS is tailored to meet the requirements of TSR
  44.      applications.  It has a minimal suite of services that
  45.      results in DPMS having a very small footprint of about 1 KB
  46.      of conventional memory.  Novell DOS 7 includes several DPMS
  47.      client components.  These include the Stacker disk
  48.      compression driver, NWCACHE (disk cache), CD-ROM extensions,
  49.      a peer-to-peer network server, and VDISK.
  50.  
  51.      DPMS services are provided by the DPMS.EXE server that is
  52.      loaded in CONFIG.SYS as a device.  DPMS is DOS and memory
  53.      manager independent and is compatible with Windows 3.0 and
  54.      3.1.
  55.  
  56.      The DPMS API (Application Programming Interface) is
  57.      available as a Software Developer's Kit (SDK) to third-party
  58.      developers.  Developers will be able to license and
  59.      distribute DPMS free of royalty charges.  The DPMS SDK is
  60.      available through Novell's Professional Developer Program,
  61.      by calling 800-RED-WORD  (800-733-9673).
  62.  
  63.  
  64.      Other technical information is available in Novell's Network
  65.      Support Encyclopedia, NPD Bullets volume 5 number 6,
  66.      AppNotes October 1993 (This information is available on
  67.      CompuServe, in the NetWire forum) and the INDRUS Resource
  68.      magazine July-August 1993 volume 8 number 4.
  69.  
  70.      Source Information:
  71.  
  72.      Novell Application Programming Interface (API), DOS
  73.      Protected Mode Interface, specification version 0.9, July
  74.      26,1990 DOS Protected Mode Services, specification version
  75.      1.0, July, 1993
  76.  
  77.      Extended Memory Specification (XMS), version 2.0, July 19,
  78.      1988 Copyright (c) 1988, Microsoft Corporation, Lotus
  79.      Development Corporation, Intel Corporation, and AST
  80.      Research, Inc.     Microsoft Corporation
  81.  
  82.           Box 97017
  83.           16011 NE 36th Way
  84.           Redmond, WA 98073
  85.  
  86.           LOTUS (R)
  87.           INTEL (R)
  88.           MICROSOFT (R)
  89.           AST (R) Research
  90.  
  91.      Virtual Control Program Interface (VCPI), version 1.0, June
  92.      12, 1989
  93.  
  94.      VCPI SPONSORS
  95.           A.I. Architects, Inc., Peabody, MA
  96.           Lotus Development Corp., Cambridge, MA
  97.           Phar Lap Software, Inc., Cambridge, MA
  98.           Quadram, Norcross, GA
  99.           Qualitas, Inc., Bethesda, MD
  100.           Quarterdeck Office Systems, Santa Monica, CA
  101.           Rational Systems, Inc., Natick, MA
  102.           VCPI Co-ordinators
  103.           Phar Lap Software (617) 661-1510 Robert Moote
  104.           Quarterdeck Office Systems (310) 392-9851 Daniel Spear
  105.           Copyright Phar Lap Software, Inc., 1987-1989
  106.           Copyright Quarterdeck Office Systems, 1987-1989
  107.  
  108.      LOTUS(R)/INTEL(R)/MICROSOFT(R) Expanded Memory Specification
  109.      EMS), version 4.0, #300275-005, October, 1987, Copyright (C)
  110.      1987
  111.  
  112.           Lotus Development Corporation
  113.           55 Cambridge Parkway
  114.           Cambridge, MA  02142
  115.      
  116.           Intel Corporation
  117.           5200 NE Elam Young Parkway
  118.           Hillsboro, OR  97124
  119.      
  120.           Microsoft Corporation
  121.           16011 NE 35th Way
  122.           Box 97017
  123.           Redmond, WA  98073
  124.  
  125.  
  126.      The INDRUS Resource "Developers Corner - DPMS" pg.12, volume
  127.      8, number 4, copyright July-August, 1993, CONUG INC. Gary
  128.      Blakenbiller
  129.  
  130.           INDRUS, CONUG, Inc.  405-691-3554
  131.           P.O. Box 890086
  132.           Oklahoma City, OK.  73189
  133.           BBS (East)407-725-8978 (West)415-873-6256
  134.  
  135.