home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 December / simtel1292_SIMTEL_1292_Walnut_Creek.iso / msdos / allcharg / allcrdsy.arc / MLINK.DOC < prev    next >
Text File  |  1985-11-14  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4.           Using the MultiLink Advanced ALL Card Driver
  5.  
  6.  
  7. To use MultiLink Advanced with the ALL Card's Memory Management 
  8. Unit (MMU) to full advantage, you need two pieces of software:
  9. MLDRIVER.SYS and MLSIZE.COM.
  10.  
  11. MLDRIVER is the device driver (invoked in your CONFIG.SYS file) 
  12. which  allows  MultiLink  to  take advantage of  the  ALL  Card's 
  13. extended memory.
  14.  
  15. To use the driver, put the following commands in your CONFIG.SYS 
  16. file:
  17.  
  18.          DEVICE=ALLMOS.SYS 
  19.          DEVICE=MLDRIVER.SYS
  20.  
  21. The  invocation  of MLDRIVER must come after the invocation  for 
  22. ALLMOS.
  23.  
  24. The MLSIZE command changes the size of the foreground  partition.  
  25. MLSIZE  must  be executed before the MLINK command  is  executed.  
  26. The format of the command is as follows:
  27.  
  28.  
  29.           MLSIZE [NNNk]
  30.  
  31. where  NNN is the desired size of the foreground partition in  k-
  32. bytes.  The default size is 704k, which is the largest foreground 
  33. partition that MultiLink will support.
  34.  
  35. Background  partitions may be as large  as  570k,  although,  the 
  36. actual  size  depends  on the amount of memory used  by  resident 
  37. programs before the MLINK command is executed.   You may have  to 
  38. experiment  to  find  the largest possible  background  partition 
  39. under your particular configuration.
  40.  
  41.  
  42. Example:
  43.      Hardware:  PC  with  640k main memory,  1 megabyte  extended 
  44.                 memory on an ALL Card.
  45.      CONFIG.SYS file:
  46.                FILES=20
  47.                BUFFERS=20
  48.                DEVICE=ALLMOS.SYS
  49.                DEVICE=ALLEMM.SYS
  50.                DEVICE=MLDRIVER.SYS
  51.      At the DOS prompt type:
  52.                MLSIZE  320k
  53.                MLSLICE
  54.                MLINK /9,512,/9,512
  55.      This gives a forground partition of 320k, and two background   
  56.      partitions, each with 512k of memory.  In addition a further
  57.      320k of memory is available for use by programs which use
  58.      the LOTUS/INTEL Memory Manager (ALLEMM).
  59.  
  60. IMPORTANT NOTE:
  61.     The  standard ALL-MOS command,  ALLSIZE may not be used  with 
  62. MultiLink.   MLSIZE  may be used only BEFORE the MLINK command is 
  63. executed.
  64.  
  65.  
  66.  
  67.