<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
 </head><body>
 
 
  <p>&#160;</p> 
  <div style="margin: 5px 0px 5px 0px;">
   <br/>On August 15, 2012 at 5:40 PM &#34;mike@trausch.us&#34; &#60;mike@trausch.us&#62; wrote:
   <br/>
   <br/>&#62; On 08/15/2012 04:37 PM, JD wrote:
   <br/>&#62; &#62; Anyone seen a PC not get to the BIOS screen just because RAM isn&#39;t installed?
   <br/>&#62; &#62; There isn&#39;t a troubleshooting section in the MB manual. No beeps at boot either.
   <br/>&#62; 
   <br/>&#62; BIOS cannot work without RAM.&#160; Simple as that.
   <br/>&#62; 
  </div> 
  <p style="margin: 0px;">&#160;</p> 
  <p>Sure it can. Processors start by initializing the program counter with a set reset vector address. &#160;They fetch the first instruction at that program counter address. &#160;They then execute it and increment the program counter. &#160;It&#39;s kinda how computers work in general. &#160;You only need RAM to store data (i.e. variables). &#160;As long as you don&#39;t need any&#160;persistent storage, you can execute in place directly out of ROM all day long. &#160;All processors do this for a BIST (Built-in Self Test) or POST (Power on Self Test) including configuring the basic system clock tree, reading the EEPROMs on the installed DIMMs via I2C&#160;to determine RAM timings and voltage requirements, and programming the Power Management ICs (PMICs) to provide those correct voltages and setting the PLLs to provide the required clocks so the SDRAM will even work. &#160;Most SoCs today include some small amount of on-die SRAM just for BIOS/startup code; including some Intel processors.</p> 
  <p>&#160;</p> 
  <p style="margin: 0px;">&#160;</p> 
  <div style="margin: 5px 0px 5px 0px;">
   &#62; You *should* be getting some form of beeping, but if there&#39;s no speaker&#62; in the computer...
   <br/>&#62; 
   <br/>&#62;&#160; &#160; &#160; &#160; &#160;--- Mike
  </div> 
  <p style="margin: 0px;">&#160;</p> 
  <p>What do you think provides the beeping? &#160;(BIOS!)</p> 
  <p></p> 
  <p>-Alan</p> 
  <p>&#160;</p>
 
</body></html>