Difference between revisions of "Getting the Processor Information"

From FreekiWiki
Jump to navigation Jump to search
(added /or)
Line 5: Line 5:
 
     bios            [label="Try to\nget into BIOS\nCan you get the\nPROCESSOR INFO?", fontsize="11"]
 
     bios            [label="Try to\nget into BIOS\nCan you get the\nPROCESSOR INFO?", fontsize="11"]
 
     checkconnect    [label="Check the\ncables and connections\nDoes it POWER ON?", fontsize="11"]
 
     checkconnect    [label="Check the\ncables and connections\nDoes it POWER ON?", fontsize="11"]
 +
    dual            [label="Is it DUAL PROCESSOR\ncapable?", fontsize="11"]
 
     floppyboot      [label="Try to\nBOOT FROM a FLOPPY\nCan you get the\nPROCESSOR INFO?", fontsize="11"]
 
     floppyboot      [label="Try to\nBOOT FROM a FLOPPY\nCan you get the\nPROCESSOR INFO?", fontsize="11"]
 
     manualdetermine [label="MANUALLY DETERMINE\nthe processor information\nand go back to the\nSYSTEM EVALUATION 2 OVERVIEW chart", shape="box", fontsize="11", URL="/index.php/System_Evaluation_2_Overview", style="bold"]
 
     manualdetermine [label="MANUALLY DETERMINE\nthe processor information\nand go back to the\nSYSTEM EVALUATION 2 OVERVIEW chart", shape="box", fontsize="11", URL="/index.php/System_Evaluation_2_Overview", style="bold"]
Line 16: Line 17:
 
     swapram        [label="Swap out the RAM\nsystematically\nTry different speeds\nDoes it POST?", fontsize="11"]
 
     swapram        [label="Swap out the RAM\nsystematically\nTry different speeds\nDoes it POST?", fontsize="11"]
 
     goback          [label="Go back to the\nSYSTEM EVALUATION 2 OVERVIEW chart", shape="box", style="bold", URL="/index.php/System_Evaluation_2_Overview", fontsize="11"]  
 
     goback          [label="Go back to the\nSYSTEM EVALUATION 2 OVERVIEW chart", shape="box", style="bold", URL="/index.php/System_Evaluation_2_Overview", fontsize="11"]  
 +
    whitehole      [label="Take it to the\nWHITE HOLE\nfor further evaluation.", fontsize="11", shape="box", style="bold" ]
  
 
     start -> proc
 
     start -> proc
Line 28: Line 30:
 
     checkconnect -> manualdetermine [taillabel="NO"]
 
     checkconnect -> manualdetermine [taillabel="NO"]
 
     post -> procinfo [taillabel="YES"]
 
     post -> procinfo [taillabel="YES"]
     post -> simplify [taillabel="NO"]
+
     post -> dual [taillabel="NO"]
 +
    dual -> whitehole [taillabel="YES"]
 +
    dual -> simplify [taillabel="NO"]
 
     procinfo -> bios [taillabel="NO"]
 
     procinfo -> bios [taillabel="NO"]
 
     procinfo -> goback [taillabel="YES"]
 
     procinfo -> goback [taillabel="YES"]

Revision as of 17:14, 1 February 2006