home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / vrac / load221.zip / LOAD.NEW < prev    next >
Text File  |  1993-11-06  |  4KB  |  88 lines

  1.         ╒════════════════════════════════════════════╕
  2.         │               LOAD & UNLOAD                │
  3.         │              Revision 2.21.0               │
  4.         │                                            │
  5.         │  Copyright (C) 1991-1993 FM de Monasterio  │
  6.         │   Licensed Material. All rights reserved   │
  7.         ╘════════════════════════════════════════════╛
  8.  
  9.                   ║ ║╔═╗╔═╣╔═╗╠═ ╔═╗
  10.                   ║ ║║ ║║ ║╔═╣║  ╠═╝
  11.                   ╚═╝╠═╝╚═╝╚═╝╚═╝╚═╝
  12.  
  13.  
  14.   Version 2.21: *EMS Interface Bug Fix*
  15.   -------------
  16.   Corrected error that could vitiate one method to check for the presence of
  17.   the EMS manager.  Loading code was tightened.
  18.  
  19.  
  20.   Version 2.20: *Minor Changes*
  21.   -------------
  22.   Introduced changes in the processing of error messages, and the display of
  23.   the Help panel, to speed up video output.
  24.  
  25.  
  26.   Version 2.10: *MS-DOS-5/6 Compatibility*
  27.   -------------
  28.   LOAD/UNLOAD are now fully compatible with MS-DOS and IBM PC-DOS versions 5
  29.   (all revisions) and 6 (revision A) as well as other equipment manufacturer
  30.   releases based on these MS-DOS versions; both programs remain incompatible
  31.   with DR-DOS 5 and 6. A few small errors have been fixed and a few controls
  32.   were added to handle ill-behaved device drivers.
  33.  
  34.  
  35.   Version 2.00: *Code Update/DOS-5 Error Fix*
  36.   -------------
  37.   Some trivial problems and small errors were fixed.  Added check for DR-DOS
  38.   5.0 and 6.0, and avoided undocumented changes in revision B of MS-DOS 5.0.
  39.  
  40.   Currently, character drivers can be LOADed/UNLOADed under MS-DOS version 2
  41.   through 5, IBM PC-DOS version 2 through 5, COMPAQ DOS version 3 through 4.
  42.   However, block device drivers can only be LOADed/UNLOADed under MS-DOS and
  43.   IBM PC-DOS version 2 through 4 and COMPAQ DOS version 3.
  44.  
  45.  
  46.   Version 1.20: *UNLOAD*
  47.   -------------
  48.   Driver unloading services were introduced. Command-line loaded drivers can
  49.   be unlinked from the DOS driver chain, and uninstalled from memory (either
  50.   lower or upper conventional memory). Resident programs installed after the
  51.   driver was loaded are uninstalled as well.  See LOAD.DOC for more details.
  52.   The companion utility UNLOAD provides the same unloading services as those
  53.   of LOAD.
  54.  
  55.  
  56.   Version 1.15: *UMB Load Limit*
  57.   -------------
  58.   The self-loading into high memory has been improved for a faster processing
  59.   when dealing with the XMS manager. The user can now request a minimum high-
  60.   memory bound above which the program should load itself (if an upper-memory
  61.   block is available above the limit).  This helps to avoid high-memory areas
  62.   that have slow memory access times.  (The enclosed ancillary utility TIMEM.
  63.   EXE can be used to measure access times.  You should read TIMEM.DOC first.)
  64.  
  65.  
  66.   Version 1.10: *UMB Loading*
  67.   -------------
  68.   Added the capability of loading drivers in the upper range of conventional
  69.   memory, i.e., memory between 640 KB (the upper limit of the RAM controlled
  70.   by DOS) and 1,024 KB (the 1-MB upper limit of conventional memory), if an
  71.   extended memory manager version XMS 2 or higher is already installed (e.g.
  72.   HIMEM.SYS [Microsoft]).  XMS-compatible services are also provided by 386-
  73.   specific memory manager utilities (e.g. 386MAX.SYS [Qualitas], QEMM386.SYS
  74.   [Quarterdeck]).
  75.  
  76.  
  77.   Version 1.00: *First Release*
  78.   -------------
  79.   First release of LOAD, a utility that permits the loading of device drivers
  80.   (SYS or EXE files) from the DOS-prompt command line, without having to edit
  81.   the CONFIG.SYS file or rebooting the system. Not all drivers can be loaded.
  82.  
  83.  
  84.          ┌─────────────────────────────────────────────────────────────┐
  85.          │ Trademarked names are the property of the respective owners │
  86.          └─────────────────────────────────────────────────────────────┘
  87. [END]
  88.