|
Prev: DVD Capacity
Next: CPU socket question
From: mac on 1 Aug 2006 18:28 In a Windows Crash Report, it says to disable BIOS Caching or Shadowing... So I did. What is the downside of doing that? I don't know what these features do. Will impact performance? Thanks, mac
From: Jure Sah on 1 Aug 2006 19:05 mac pravi: > In a Windows Crash Report, it says to disable BIOS Caching or Shadowing... > So I did. What is the downside of doing that? I don't know what these > features do. Will impact performance? The BIOS contains program code, which running programs may or may not run. BIOS is cached into RAM, so that that code does not have to run from the BIOS storage chip. So there are two things you should know: 1. Modern BIOS chips are not that slow 2. Windows software does not ever touch BIOS program code (VGA BIOS code maybe, tho even that is unlikely) In other words, the downside is not noticeable on modern systems. -- Primary function: Coprocessor Secondary function: Cluster commander http://www.thought-beacon.net Pay once per lifetime webhosting: http://farcomm-it.com/?ref=jsah We are the paragon of humanity. You may worship us. From afar. 01010010 01100101 01110011 01101001 01100100 01100101 01101110 01110100 01000010 01000001 01010011 01001001 01000011
From: JAD on 1 Aug 2006 19:07 "mac" <aaa(a)aaa.com> wrote in message news:LAQzg.388$gY6.264(a)newssvr11.news.prodigy.com... > In a Windows Crash Report, it says to disable BIOS Caching or Shadowing... > So I did. What is the downside of doing that? I don't know what these > features do. Will impact performance? > > Thanks, > mac > > > > nill on todays systems....little when it mattered.
From: EDM on 1 Aug 2006 19:22 "Jure Sah" <admin(a)thought-beacon.net> wrote in message news:x6Rzg.4515$oj5.1594983(a)news.siol.net... > mac pravi: > > In a Windows Crash Report, it says to disable BIOS Caching or Shadowing... > > So I did. What is the downside of doing that? I don't know what these > > features do. Will impact performance? > > The BIOS contains program code, which running programs may or may not > run. BIOS is cached into RAM, so that that code does not have to run > from the BIOS storage chip. > > So there are two things you should know: > 1. Modern BIOS chips are not that slow > 2. Windows software does not ever touch BIOS program code (VGA BIOS code > maybe, tho even that is unlikely) Depends what you mean by "touch" and "bios". Most modern versions of Windows certainly do read the IRQ table from system bios, along with several other settings. And it can also cause bios writes in some cases (e.g. when hardware config changes are made in a system, Windows will set the bios' ESCD flag if "PnP OS" option is selected).
From: mac on 1 Aug 2006 19:30
Thank you all, I went ahead and re-enable these options... mac |