home *** CD-ROM | disk | FTP | other *** search
/ ComputerTalk Magazine 2 / CTM9208.ZIP / ART2 < prev    next >
Text File  |  1992-07-27  |  4KB  |  75 lines

  1.  
  2.  
  3. These are some of the questions that have passed my desk.
  4.  
  5. Q. What is meant by conventional, EXPanded, and EXTended memory?
  6.  
  7. A. These are the three types of memory recognized by IBM and compatible
  8. computers. They are best described as follows:
  9.  
  10.         Conventional - The 8086 and 8088 could directly address 1 megabyte
  11. of memory. Thus, the memory between 0 and 1024K is conventional memory.
  12.         The first 640K was set as the maximum that DOS and applications
  13. could address. The remaining 384K is used by video RAM, BIOS, and/or RAM
  14. for hardware cards. Some system now, via remapping, can free up this 384K
  15. for use as cache or RAM drives.
  16.         This is the reason that today programs still are made to run in the
  17. 640K limit. However, by using extenders on more powerful systems, this can
  18. be overcome.
  19.  
  20. Both of the following are memory above the initial 1024K mentioned above.
  21.  
  22.         EXPanded Memory or Expanded Memory Specification(EMS) - This is
  23. also referred to as LIM EMS, a joint venture by Lotus, Intel, and Microsoft
  24. (LIM), to break the 640K barrier. By using a memory card, such as the Intel
  25. AboveBoard, users with 8086, 8088, or 80286, can expand their memory beyond
  26. the 1 MB area. On these systems you install software, which is provided
  27. with the card, to access this memory. It can be used as cache, RAM disk or
  28. with programs that can utilize it.
  29.         To use this memory on a 80386 or higher, you would use an expanded
  30. memory manager, to covert the EXTended memory of these systems, into
  31. EXPanded memory. Programs that do this are QEMM/386, and 386MAX, to name a
  32. few. Quite a few programs do NOT see EXTended memory. This is the reason
  33. you have to convert it.
  34.  
  35.         EXTended Memory - This can only be used on 80286 and higher
  36. computers. This type of memory is used mainly in protected mode
  37. applications. Examples of these are, OS/2, Windows, DESQview.
  38.  
  39.  
  40.  
  41. Q. What is the difference between 80386, 80386SX, 80386DX, 80486, and
  42. 80486SX?
  43.  
  44. A. When the 80386 chip was first made, there was NOT an SX, so the chip was
  45. the 80386. Then along came the SX. Now people were confused with the ads
  46. and talk about 386 and 386SX. So, in a move to further confuse people, they
  47. came up with the DX. The 80386, 80486, 80386DX, and 80486DX, are the same
  48. computers. The 386 and 386DX mean the same thing. A true 80386 chip. The
  49. same applies for the 486 and 486DX.
  50.  
  51.         Now that this is squared away, we will explain the SX. The SX was a
  52. inexpensive way to get a 386 at a bit more than 286 prices. At the time
  53. that the SX was released, the 386 was a high-priced computer. This was a
  54. way to get people into the 386 computer without the cost. However, as will
  55. be listed below there are differences between a true 386 or 486, and the
  56. SX.
  57.  
  58.         80386 (80386DX) - A true 32-bit multitasking microprocessor that
  59. address 4GB (gigabytes) of physical memory and uses a 32-bit data bus.
  60.  
  61.         80386SX - This runs at slower speeds than a true 386, usually
  62. 16-20Mhz. It also uses a 16-bit data bus.
  63.  
  64.         80486 (80486DX) - Also listed as i486. A 32-bit multitasking
  65. microprocessor with built-in math coprocessor. Rated at running two to
  66. three times as fast as a 386.
  67.  
  68.         80486SX - Lower speed version of above. Does not have a math
  69. coprocesor. The 80487 is available as an option.
  70.  
  71.         I still feel that the SX is a good entry-level computer. Buying a
  72. computer today, you should NOT buy anything less than a 80386SX-20.
  73.  
  74.  
  75.