home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / BEEHIVE / TESERACT / TESS-025.ZIP / MEMORY.DOC < prev    next >
Text File  |  1989-01-22  |  3KB  |  60 lines

  1.  
  2.             MEMORY DOCUMENTATION
  3.             ====================
  4.  
  5. VERSION 1.01   8 NOV 1982    (C)  MICROLIFE, INC.  (301) 799-5509
  6.  
  7.  
  8. Memory is a utility to allow dynamic setting/resetting of the amount
  9. of memory used by DOS.  The major advantage is that the system switches
  10. can be set to anything your heart desires, with the knowledge that you 
  11. should not have to open up the PC to set switches while using MEMORY.    
  12. For example, some games (like ZORK and Adventure) seem to require a 
  13. maximum of 320K, the switches can be set for the 128K and then MEMORY 
  14. can be run to set DOS for larger amounts or smaller amounts of memory 
  15. as required.  MEMORY can be used in batch files or simply run from the 
  16. system prompt to set DOS memory size from 64K (lowest switch setting) 
  17. up to 640K.  More specific parameter information is as follows:
  18.  
  19. MEMORY        Restores DOS memory size to what it was prior to
  20.         running MEMORY.  Follow the example below:
  21.            
  22.         Step 1     MEMORY 3    Sets DOS to 192K
  23.         Step 2  MEMORY 5    Sets DOS to 320K
  24.         Step 3  MEMORY        Restores DOS to 192K
  25.  
  26. MEMORY 0    Forces DOS read the value of the switches on the
  27.         motherboard.
  28.  
  29. MEMORY N    (Where N can be a decimal number from 1 to 10).  Installs 
  30.         N times    64K of memory to DOS.  That is, assuming N was 7, 
  31.         7 * 64K = 448K.  A very important note here is that the 
  32.         DOS can now be set to beyond the value of the switches 
  33.         (544K Maximum) to 640K !! 
  34.  
  35. An example of MEMORY used in an Autoexec file:
  36.  
  37. Commands        Description of each command
  38. .............................................................................
  39.  
  40. PWRUPCLK        Sets the System time equal to the Quadboard time
  41. MEMORY 9        Sets DOS memory size to 9 * 64K =  576K !!!
  42. RAMDISK 10/A        Creates a Ramdisk of size 10 * 32K = 320K
  43. COPY *.* D:        Copies all of Drive A: to Drive B:
  44. D:            Logs onto Drive D:
  45. CHKDSK            Checks the Disk Parameters
  46.  
  47. ............................................................................
  48.  
  49. Special Notes:
  50.  
  51. 1. MEMORY resets the system when run, except in the cases of bad para-
  52.    meters entered or when the same command is run more than once.
  53. 2. MEMORY will only install up to the available RAM present in the system.
  54.    For example, you have 320K in the system, a command like MEMORY 6 would
  55.    result in an error and no change from the present memory size.
  56. 3. The QD Ramdisk software provided with the Quadboard reads the memory
  57.    size from the switches on the motherboard, not what DOS thinks it has.
  58.    By doing so, the maximum size of memory under the Ramdisk (reading
  59.    the switches) is 544K bytes.
  60.