Difference between revisions of "Getting the Processor Information"

From FreekiWiki
Jump to navigation Jump to search
Line 16: Line 16:
 
     procinfo        [label="Can you get the \nPROCESSOR INFORMATION?"]
 
     procinfo        [label="Can you get the \nPROCESSOR INFORMATION?"]
 
     ram            [label="Does it have\nRAM?"]
 
     ram            [label="Does it have\nRAM?"]
     sdram           [label="Does it have\nSDRAM slots\n(regular DIMMs)?"]
+
     rambus           [label="Does it have\nRAMBUS slots?"]
 
     havesdram      [label="Does it have\nSDRAM slots\n(regular DIMMs)?"]
 
     havesdram      [label="Does it have\nSDRAM slots\n(regular DIMMs)?"]
 
     simplify        [label="SIMPLIFY\nRemove uneeded cards\nand disconnect the drives\nDoes it POWER ON?"]
 
     simplify        [label="SIMPLIFY\nRemove uneeded cards\nand disconnect the drives\nDoes it POWER ON?"]
Line 33: Line 33:
 
     blowncaps -> goback [taillabel="YES"]  
 
     blowncaps -> goback [taillabel="YES"]  
  
     ram -> sdram [taillabel="NO"]
+
     ram -> rambus [taillabel="NO"]
 
     ram -> addstuff [taillabel="YES"]
 
     ram -> addstuff [taillabel="YES"]
  
     sdram -> addstuff [taillabel="YES"]
+
     rambus -> addstuff [taillabel="NO"]
     sdram -> goback [taillabel="NO"]
+
     rambus -> goback [taillabel="YES"]
  
 
     addstuff -> disconnect
 
     addstuff -> disconnect
Line 56: Line 56:
  
 
     havesdram -> swapram [taillabel="YES"]
 
     havesdram -> swapram [taillabel="YES"]
     havesdram -> goback [taillabel="NO"]
+
     havesdram -> manualdetermine [taillabel="NO"]
  
 
     procinfo -> bios [taillabel="NO"]
 
     procinfo -> bios [taillabel="NO"]
Line 77: Line 77:
 
</graphviz>
 
</graphviz>
  
{{Do we want it for a server?}}
 
 
{{Finding the processor speed}}
 
{{Finding the processor speed}}
  
 
[[Category: Prebuild]]
 
[[Category: Prebuild]]

Revision as of 16:27, 10 April 2007