home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / definit / memory.hlp < prev    next >
Encoding:
Text File  |  1989-01-01  |  2.6 KB  |  49 lines

  1. MEMORY
  2.  
  3. What it is:
  4. Memory is inside the computer. Every time you press the Return, Enter, or <──┘ 
  5. key to execute a command, the operating system and the program to be executed 
  6. must be in memory for anything to happen. The operating system is read into 
  7. memory when the computer is booted. It reads other programs into memory in
  8. response to your commands. The contents of memory changes each time the 
  9. computer is booted, or a program is executed. 
  10.  
  11.  
  12. How it is measured: bytes
  13. One byte equals one character of memory. Memory is measured by how many bytes 
  14. of it there are in a computer. The MEM or CHKDSK command can be used to find
  15. out how much memory a computer has.
  16.  
  17.   Conventional ("normal") memory is what every computer has. A computer can
  18.     have as much as 655,360 bytes (usually called 640K, since 1K = 1,024
  19.     and 640 times 1K = 655,360) of conventional memory. The operating 
  20.     system and all programs use conventional memory. Each byte of memory 
  21.     is known by its numeric address (like a street address), with values
  22.     in the range 1K to 640K. 
  23.   
  24. Extended, expanded, and "upper" memory are defined next.
  25.   Extended memory (XMS) is on many, but not all, computers. Some, but not all 
  26.     programs, can use it, and DOS 4.0 can use it. This memory is known
  27.     by addresses greater than 1024K (or 1M, since 1024 times 1K is about 
  28.     1 million). The maximum possible XMS address is either 16M or 4096M, 
  29.     depending on what type of computer you have. A special device driver 
  30.     (see the CONFIG.SYS DEVICE HIMEM.SYS topic) can help programs share 
  31.     XMS.
  32.  
  33.   Expanded memory (EMS) can be added to any computer, but is not on all 
  34.     computers. Any computer can use it, with the right programs. This 
  35.     memory is not addressed like conventional or extended memory. Instead, 
  36.     a special device driver (see the CONFIG.SYS DEVICE EMM.SYS topic) is 
  37.     required, and programs using expanded memory must obey special rules
  38.     established by the LIM 4.0 Expanded Memory Specification. LIM stands 
  39.     for Lotus/Intel/Microsoft. As much as 32M of EMS can be added to a
  40.     computer. It is possible to emulate EMS with XMS hardware and a clever
  41.     XMS device driver.
  42.  
  43.   "Upper" memory. Notice that the last conventional memory address is 640K, 
  44.     and the first XMS address is 1024K. The addresses in between may be on
  45.     any computer, and are often called the "upper" memory area. How much
  46.     "upper" memory is on a specific computer and what it is used for, 
  47.     depends on the computer. An EMS device driver uses some of "upper" 
  48.     memory to support EMS.
  49.