home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / msdos / desqview / 4366 < prev    next >
Encoding:
Text File  |  1993-01-24  |  6.0 KB  |  115 lines

  1. Newsgroups: comp.os.msdos.desqview
  2. Path: sparky!uunet!uunet.ca!canrem!dosgate!dosgate![quarterdeck.canada@canrem.com]
  3. From: "quarterdeck canada" <quarterdeck.canada@canrem.com>
  4. Subject: dv386 and drdos (#2)
  5. Message-ID: <1993Jan23.3880.4169@dosgate>
  6. Reply-To: "quarterdeck canada" <quarterdeck.canada@canrem.com>
  7. Organization: Canada Remote Systems
  8. Distribution: comp
  9. Date: 23 Jan 93 19:23:18 EST
  10. Lines: 103
  11.  
  12. (Continued from the previous message)
  13.  
  14.     because OPTIMIZE makes not attempt to load them high.  DR-DOS can load 
  15.     them high itself
  16.  
  17.         3)  HIBUFFERS is the DR-DOS command to load buffers into the 
  18.     HMA.  It will use the HMA even if the kernel is not loaded in the 
  19.     HMA.  The BUFFERS command of DR-DOS causes the buffers to be loaded 
  20.     into UMBs (If HIDOS=ON is set.)  Each buffer takes an individual 
  21.     UMB.  The BUFFERS.COM program from Quarterdeck works with DR-DOS; 
  22.     using the LOADHI.COM program with BUFFERS.COM will cause the buffers 
  23.     to be loaded into a single UMB.  Use HIBUFFERS only if you are 
  24.     loading the DR-DOS kernel into the HMA, otherwise the HMA will be 
  25.     used for nothing but buffers.  
  26.  
  27.         4)  HILOAD, HIDEVICE, and HINSTALL are the DR-DOS internal 
  28.     commands that load TSRs and device drivers high.  They do not work 
  29.     with QEMM-386, QEMM-50/60, or QRAM.  LOADHI.COM, LOADHI.SYS, and 
  30.     INSTALL=LOADHI.COM/TSR, which, respectively, perform the same 
  31.     functions, should be used instead. 
  32.  
  33.         5)  SSTORDRV.SYS is a disk-compression utility that DR bundles 
  34.     with DR-DOS.  It loads part of itself high.  The remainder cannot be 
  35.     loaded high, either with QEMM-386, QEMM-50/60, QRAM, or DR-DOS's 
  36.     EMM386.SYS.  If you use EMM386.SYS it merely loads low without 
  37.     notification; if you use QEMM-386 and LOADHI.SYS it does not load at 
  38.     all.  OPTIMIZE will try to load it high, this must be reversed, or 
  39.     as an alternative, SSTORDRV.SYS may be entered in the file 
  40.     OPTIMIZE.EXC, keeping OPTIMIZE from trying to load it high.
  41.      
  42.        6)  There are other DR-DOS utilities that load themselves high, 
  43.     such as SUPER PC-KWIK and DELWATCH.  They are polite enough to allow 
  44.     LOADHI.COM to load them high in the same manner as they themselves 
  45.     would load themselves high; this allows them to be included by 
  46.     OPTIMIZE in its calculations.  This is done automatically and does 
  47.     not require any attention from the user.  
  48.  
  49. OPTIMIZE
  50.      Brilliant Quarterdeck technicians have discovered an easier method for 
  51. using OPTIMIZE with SUPERSTORE.  See below.     
  52.           
  53.         1)  There is a new command, CHAIN, in DR-DOS.  This command 
  54.     allows the CONFIG.SYS to pass control to another CONFIG.SYS-like 
  55.     file.  DR-DOS uses it on installation if you choose to install 
  56.     SUPERSTORE.  OPTIMIZE does not follow this passing of control to 
  57.     another file.  If you are using CHAIN you must combine the two (or 
  58.     more) CONFIG.SYS (or CONFIG.SYS-like) files into one for the 
  59.     duration of the OPTIMIZation process.
  60.  
  61.         2)  The kernel of DR-DOS, sstordrv.sys, and buffers load 
  62.     themselves high.  OPTIMIZE does not take the High RAM used by self-
  63.     loaders high into consideration in its calculations so this can 
  64.     throw it off making the best configuration.  See the READ.ME file 
  65.     for information on how best to accommodate self-high-loaders.  
  66.     Quarterdeck's BUFFERS.COM program works with DR-DOS 6 and OPTIMIZE 
  67.     will automatically try to use it to load BUFFERS high.  This is 
  68.     preferable because the memory used by BUFFERS will be included in 
  69.     OPTIMIZE's calculations.     
  70.  
  71.         3)  SUPERSTORE does work with OPTIMIZE, but SUPERSTORE adds a 
  72.     device driver to your CONFIG.SYS called DEVSWAP.COM.  The line 
  73.     typically reads: 
  74.  
  75.                      DEVICE=C:\DRDOS\DEVSWAP.COM 
  76.  
  77.          DEVSWAP.COM is a non-resident program that switches the drive 
  78.     designations. This is a convenience if you installed SUPERSTORE on a 
  79.     drive that already had programs so you don't have to re-write your 
  80.     batch files and reconfigure your software to run from a different 
  81.     drive.  See your DR-DOS manual for information on the use of 
  82.     DEVSWAP.COM.  Most commonly your hard disk originally was drive C:.  
  83.     SUPERSTORE creates a new, compressed drive, to which the letter D: 
  84.     is assigned.  DEVSWAP.COM switches these assignments.  This will be 
  85.     presumed for the rest of this section of this explanation of how to 
  86.     use OPTIMIZE with SUPERSTORE.   If you are compressing more than one 
  87.     physical drive you must modify this information in consideration of 
  88.     the compressed drives created and designations swapped.   
  89.          When running OPTIMIZE, DEVSWAP.COM must be remarked out or 
  90.     removed from the CONFIG.SYS.  Also all references to drives C: in 
  91.     the AUTOEXEC.BAT and in the CONFIG.SYS after the DEVSWAP.COM line 
  92.     need to be changed to drive D:.  Conversely, all references to drive 
  93.     D: should be changed to drive C:. 
  94.  
  95.          The next step is to create a QEMM sub-directory on the 
  96.     uncompressed drive.  This is typically drive D: when the DEVSWAP.COM 
  97.     device driver is loaded in your CONFIG.SYS.  The following files 
  98.     need to be in the QEMM sub-directory in order to run OPTIMIZE 
  99.     properly:  QEMM386.SYS (or QEMM.SYS if you are running QEMM-50/60 or 
  100.     QEMM-386 version 5.0, or QRAM.SYS if you are loading QRAM), 
  101.     OPTIMIZE.COM, LOADHI.SYS, LOADHI.COM, LOGOPT.COM, BUFFERS.COM (if 
  102.     you are using DOS 2.x or 3.x), RSTRCFG.SYS, MCA.ADL (if you are 
  103.     running on a Microchannel machine), and WINHIRAM.VXD if you are 
  104.     planning on running Windows 3.0 in enhanced mode.
  105.           Once you have done this, you should reboot before running 
  106.     OPTIMIZE so that the drives are set up correctly.  Now you will be 
  107.     able to run OPTIMIZE normally.  After OPTIMIZE has run, you may edit 
  108.  
  109. (Continued in the next message)
  110. ---
  111.  ■ DeLuxe² 1.25 #6922 ■ DESQview 386: Why buy new apps?
  112. --
  113. Canada Remote Systems  - Toronto, Ontario
  114. World's Largest PCBOARD System - 416-629-7000/629-7044
  115.