home *** CD-ROM | disk | FTP | other *** search
/ Power CD-ROM!! 8 / Power CD-ROM 8.iso / dos / load222 / load.new < prev    next >
Encoding:
Text File  |  1994-05-31  |  4.4 KB  |  101 lines

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