home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / biz / sco / general / 4881 < prev    next >
Encoding:
Text File  |  1992-12-30  |  1.9 KB  |  43 lines

  1. Newsgroups: biz.sco.general
  2. Path: sparky!uunet!hobbes!xenitec!news
  3. From: Bela Lubkin <belal@sco.COM>
  4. Subject: BIOS shadowing, Re: Performance degradation under SCO UNIX
  5. Resent-From: mmdf@xenitec.on.ca
  6. Submit-To: scogen@xenitec.on.ca
  7. Organization: [resent by] The SCOGEN gateway and Propagation Society
  8. Date: Wed, 30 Dec 1992 17:58:54 GMT
  9. Message-ID:  <9212300958.aa07997@scoke.sco.COM>
  10. Sender: news@xenitec.on.ca (xenitec.on.ca News Administrator)
  11. Precedence: bulk
  12. Lines: 29
  13.  
  14. Paul Fischer wrote:
  15.  
  16. > The way I understand it is this.  The OS (DOS and UNIX/XENIX) need to access 
  17. > the system BIOS quite often (a few times a second).  By copying this 
  18. > information from the BIOS chips which are 8-bit on a 8MHz bus, into RAM which 
  19. > is 32-bit and runs at the same MHz rating as the processor, we can access this
  20. > information much quicker.  This is most noticable when SCO boots and displays 
  21. > the hardware information.  With BIOS shadowing off it takes several seconds, 
  22. > but it screams by with the BIOS shadow on.  You might try it for yourself.
  23.  
  24. The OS (DOS) needs to access the system BIOS possibly millions of times
  25. per second; copying the BIOS into RAM makes DOS very much faster.
  26.  
  27. The OS (XENIX or UNIX) does not use the BIOS at all (*) and gets no
  28. benefit from BIOS shadowing.
  29.  
  30. (*) The boot program runs under BIOS.  You will notice some performance
  31. difference in booting.  Also, the VGA driver reads certain constants out
  32. of the VGA BIOS ROM when switching modes.  The performance difference is
  33. insignificant.
  34.  
  35. HOWEVER.  Shadowing is implemented various ways, depending on the
  36. machine's BIOS.  Some implementations of shadowing are actively harmful
  37. to UNIX and *must* be turned off.  I always recommend turning all
  38. shadowing off if you are having any odd problems.  If you are absolutely
  39. sure that it doesn't hurt your system, and you want the dots to move
  40. quickly at boot time, then turn it back on.
  41.  
  42. >Bela<
  43.