home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / DESQVIEW / TECH / LOADERS.ZIP / READ.ME < prev   
Encoding:
Text File  |  1991-02-04  |  3.2 KB  |  88 lines

  1. New Additions:
  2.  
  3.   1) The FILES, BUFFERS, LASTDRIV, DEVICE and ALLOAD programs have
  4.      been updated to work with DOS 4.0 (all versions) and DOS 5.0.
  5.      However, DOS 4.0 users should not use the DOS /X option with
  6.      ANSI.SYS, the DOS Buffers, Fastopen or VDISK.SYS. The /X option
  7.      does not work correctly and will cause problems.
  8.  
  9.  
  10.   2) There are two new options for the DEVICE and ALLOAD programs
  11.      which are not documented in the manual.
  12.  
  13.      Some device drivers and memory resident programs implode
  14.      after loading. In other words, they require more memory
  15.      to load than is actually used after they become resident.
  16.      Also some programs check to see that there is a minimum
  17.      amount of free memory above them before loading
  18.      (eg. FASTOPEN.EXE).
  19.  
  20.      To accommodate this need a new option has been added to the
  21.      DEVICE and ALLOAD programs. The new option only applies to
  22.      users who have set an EMS pageframe.
  23.  
  24.      The new option temporarily allocates the 64K EMS pageframe
  25.      to provide more loading space for the given application,
  26.      and then resets the EMS pageframe back. This option will
  27.      only work when loading a device driver or TSR into a high
  28.      memory block if the EMS pageframe immediately follows the
  29.      block (ie. the pageframe must be contiguous with the high
  30.      memory block the application is loading into).
  31.  
  32.      Although the pageframe area is temporarily allocated, an
  33.      application which is being loaded into high memory and which
  34.      also uses EMS, will not be affected; it will find the EMS
  35.      pageframe (eg. SMARTDRV.SYS).
  36.  
  37.      If, after loading, an application has encroached upon
  38.      (ie. used) the temporary pageframe area for itself the
  39.      following error message is generated:
  40.  
  41.      "Abnormal Termination. Please reboot the system."
  42.  
  43.      The new option is /TF (not case sensitive).
  44.  
  45.      Syntax:      DEVICE /TF =(device to be loaded)
  46.  
  47.      Syntax:      ALLOAD /TF (file to be loaded)
  48.  
  49.      Examples:    DEVICE /TF =SMARTDRV.SYS 1024/A
  50.  
  51.           ALLOAD /TF FASTOPEN C:=100
  52.  
  53.  
  54.      The second new option available with the DEVICE and ALLOAD
  55.      programs reports statistical information about the item
  56.      being loaded.
  57.  
  58.      This information includes the original size of the item, its
  59.      execution RAM requirements and its final resident size. This
  60.      information will help you optimize your system. The new option
  61.      is /TS (not case sensitive) and can be used as follows:
  62.  
  63.      Syntax:      DEVICE /TS =(device to be loaded)
  64.  
  65.      Syntax:      ALLOAD /TS (file to be loaded)
  66.  
  67.      Examples:    DEVICE /TS =SMARTDRV.SYS 1024/A
  68.  
  69.           ALLOAD /TS FASTOPEN C:=100
  70.  
  71.      In order to get a hard copy of the loading statistics you can
  72.      pipe the information to a file as follows:
  73.  
  74.      Examples:    DEVICE /TS =SMARTDRV.SYS 1024/A >filename.1
  75.  
  76.           ALLOAD /TS FASTOPEN C:=100 >filesname.2
  77.  
  78.  
  79.  
  80.         *** ALL COMPUTERS INC. SUPPORT SERVICES ***
  81.  
  82.     Technical Support  voice:  (416) 960-0111    9am - 5pm EST
  83.              fax:  (416) 960-5426    24 Hrs.
  84.  
  85.     Bulletin Board Service     (416) 960-8679    24 Hrs.
  86.  
  87.  *********************** END OF FILE ***************************
  88.