Difference between revisions of "System Evaluation Final Triage"

From FreekiWiki
Jump to navigation Jump to search
Line 12: Line 12:
 
   blowncaps    [label="Are there any\nBLOWN CAPS?", fontsize="11"]
 
   blowncaps    [label="Are there any\nBLOWN CAPS?", fontsize="11"]
 
   whitehole    [label="We will take this\nSERVER\nto the White Hole", fontsize="11", shape="box", style="bold"]
 
   whitehole    [label="We will take this\nSERVER\nto the White Hole", fontsize="11", shape="box", style="bold"]
    
+
 
 +
   ddr_rambus    [label="Are there any\nDDR or RAMBUS slots?", fontsize="11"]
 +
  proc          [label="Does it have a\nPROCESSOR?", fontsize="11"]
 +
  knowspeed    [label="Do you know the\nPROCESSOR SPEED?", fontsize="11"]
 +
 
 
   start        -> blowncaps
 
   start        -> blowncaps
  
Line 21: Line 25:
 
   server      -> missingparts [label="NO"]
 
   server      -> missingparts [label="NO"]
  
   missingparts -> superfast [label="NO"]
+
   missingparts -> ddr_rambus [label="NO"]
 
   missingparts -> recycle [label="YES"]
 
   missingparts -> recycle [label="YES"]
  
 +
  ddr_rambus -> proc [label="YES"]
 +
  ddr_rambus -> superfast  [label="NO"]
 +
 +
  proc -> knowspeed [label="YES"]
 +
  proc -> tardis [label="NO"]
 +
 +
  knowspeed -> superfast [label="YES"]
 +
  knowspeed -> tardis [label="NO"]
 +
 
 
   superfast    -> tardis [label="YES"]
 
   superfast    -> tardis [label="YES"]
 
   superfast    -> fastenough [label="NO"]
 
   superfast    -> fastenough [label="NO"]

Revision as of 15:17, 2 December 2006