home *** CD-ROM | disk | FTP | other *** search
/ Boston 2 / boston-2.iso / DOS / HILFEN / SYSTEM / RAMDISK4 / XPANDISK.DOC < prev    next >
Text File  |  1993-12-01  |  2KB  |  55 lines

  1.  
  2.                         XPANDISK.SYS and XPANBOSS
  3.                         Device Driver and Command
  4.  
  5.                            Michael J. Mefford
  6.                          1988 No. 18 (Utilities)
  7.                                                  
  8.  
  9. Purpose:     Permits varying the amount of expanded memory allocated to 
  10. a RAM disk without rebooting, when used on systems equipped with memory 
  11. that conforms to the Lotus/Intel/Microsoft specification. 
  12.  
  13. Format:  In CONFIG.SYS file:
  14.  
  15.               DEVICE=XPANDISK.SYS [/Dn][/Sn][/En][/Mn][/An]
  16.  
  17.          At DOS command prompt:
  18.  
  19.               XPANBOSS [d:][/Dn][/Sn][/En][/Wn][/Rn][/Mn][/An]
  20.  
  21. Remarks:     XPANDISK makes use of an Expanded Memory Manager. The 
  22. DEVICE=XPANDISK.SYS entry must, therefore, follow the DEVICE=EMM.SYS 
  23. (driver name will differ with  manufacturer) line already in the 
  24. CONFIG.SYS file. XPANBOSS varies the parameters of the RAMdisk d: 
  25. created by XPANDISK.  Note that while this does not require rebooting, 
  26. changing parameters other than /R (Read-Only) does reformat d:, whose 
  27. contents are thereby lost.  A confirmation warning is given to allow 
  28. saving the RAMdisk files before the reformatting.  The optional switch 
  29. parameters for XPANDISK.SYS and XPANBOSS.COM are as follows: 
  30.  
  31.     /Dn  Disk size, variable from 16K to 32,768K; default 64K.
  32.     /Sn  Sector size, 128, 256, or 512 bytes; default 265 bytes.
  33.     /En  Number of RAMdisk root directory entries; default 64.
  34.     /Mn  Minimizes RAMdisk size (to 16K); use when running
  35.           large spreadsheets or databases.
  36.     /An  Expands RAMdisk to fill all extended memory.
  37.     /Wn  Eliminates warning that changing RAMdisk
  38.           parameters loses contents; use in batch file operation.
  39.     /Rn  Make RAMdisk read-only; use after loading possible
  40.           Trojan horse programs.  RAMdisk d: may be returned
  41.           to read-write by entering d:XPANBOSS.
  42.  
  43.     Note:  DOS assigns the next available drive letter as d:.  Be sure 
  44. that this does not cause a conflict if you are using a SUBST drive. 
  45.  
  46.     Note:  XPANDISK and XPANBOSS allow the same parameter comments 
  47. permitted by the VDISK.SYS extended/conventional device driver.  Thus, 
  48. for example, you could enter 
  49.  
  50.          DEVICE=XPANDISK.SYS /disk size=120K /sector=128
  51.  
  52. and DOS would understand this as
  53.  
  54.          DEVICE=XPANDISK.SYS /D120/S128
  55.