home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / ibm / pc / misc / 14544 < prev    next >
Encoding:
Internet Message Format  |  1992-11-10  |  1.5 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!uvaarpa!murdoch!faraday.clas.Virginia.EDU!jav2d
  2. From: jav2d@faraday.clas.Virginia.EDU (Jason Adams Vanvalkenburgh)
  3. Newsgroups: comp.sys.ibm.pc.misc
  4. Subject: Re: AMI BIOS ext. cache
  5. Message-ID: <1992Nov10.030414.21130@murdoch.acc.Virginia.EDU>
  6. Date: 10 Nov 92 03:04:14 GMT
  7. References: <6NOV199209235050@cc.utah.edu>
  8. Sender: usenet@murdoch.acc.Virginia.EDU
  9. Organization: University of Virginia
  10. Lines: 25
  11.  
  12. Your sales rep is incorrect, although not too badly.  
  13. The cache in DOS is for disk read and writes.  It stores
  14. often-accessed information in memory to speed up disk
  15. i/o.
  16.  
  17. The cache on your motherboard (ie computer) does the same
  18. exact thing except for MEMORY read/writes.  It stores often
  19. accessed memory in the cache to speed up precessing time.
  20. The cache ram is significantly faster than your conventional
  21. memory, so the cache also frees up the computer from having
  22. to wait for the memory to refresh (sidebar: it takes time to
  23. write to memory; the system has to wait for the memory to catch
  24. up, hence the "wait states" that some computers have to perform.
  25. This just idles the processor for a cycle (after each cycle the
  26. processor performs) to allow the RAM to catch up.  The 
  27. cache alows the computer to run at less or zero wait states,
  28. therefore allowing your computer to run as fast as it is 
  29. capable of).
  30.  
  31. Hope this helps.  Someone else may have a clearer answer.
  32.  
  33. --
  34.                     Jason A. vanValkenburgh
  35.                     University of Virginia '95
  36.                     jav2d@virginia.edu
  37.