Difference between revisions of "Getting the Processor Information"

From FreekiWiki
Jump to navigation Jump to search
(changed main flow chart to system evalulation 2 overview and changed size to match other flow charts)
Line 2: Line 2:
 
   digraph POSTING {
 
   digraph POSTING {
  
     addstuff        [label="Add the RAM, VIDEO\nand POWER SUPPLY"]
+
     addstuff        [label="Add the RAM, VIDEO\nand POWER SUPPLY", fontsize="11"]
     bios            [label="Try to\nget into BIOS\nCan you get the\nPROCESSOR INFO?"]
+
     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?"]
+
     checkconnect    [label="Check the\ncables and connections\nDoes it POWER ON?", fontsize="11"]
     floppyboot      [label="Try to\nBOOT FROM a FLOPPY\nto get the\nPROCESSOR INFO."]
+
     floppyboot      [label="Try to\nBOOT FROM a FLOPPY\nto get the\nPROCESSOR INFO.", fontsize="11"]
     post            [label="Does it\nPOST?"]
+
     post            [label="Does it\nPOST?", fontsize="11"]
     poweron        [label="Does it\nPOWER ON?"]
+
     poweron        [label="Does it\nPOWER ON?", fontsize="11"]
     proc            [label="Does it have a\nPROCESSOR?"]
+
     proc            [label="Does it have a\nPROCESSOR?", fontsize="11"]
     procinfo        [label="Can you get the \nPROCESSOR INFORMATION?"]
+
     procinfo        [label="Can you get the \nPROCESSOR INFORMATION?", fontsize="11"]
     ramvideo        [label="Does it have\nRAM, VIDEO, and\na POWER SUPPLY?"]
+
     ramvideo        [label="Does it have\nRAM, VIDEO, and\na POWER SUPPLY?", fontsize="11"]
     simplify        [label="SIMPLIFY\nRemove uneeded cards\nand disconnect the drives\nDoes it POST?"]
+
     simplify        [label="SIMPLIFY\nRemove uneeded cards\nand disconnect the drives\nDoes it POST?", fontsize="11"]
 
     start          [label="START HERE", shape="box"]
 
     start          [label="START HERE", shape="box"]
     swapram        [label="Swap out the RAM\nsystematically.\nTry different speeds.\nDoes it POST?"]
+
     swapram        [label="Swap out the RAM\nsystematically.\nTry different speeds.\nDoes it POST?", fontsize="11"]
     goback          [label="Go back to the\nSYSTEM EVALULATION 2 OVERVIEW chart.", shape="box", style="bold", URL="/index.php/System_Evaluation_2_Overview"]  
+
     goback          [label="Go back to the\nSYSTEM EVALULATION 2 OVERVIEW chart.", shape="box", style="bold", URL="/index.php/System_Evaluation_2_Overview", fontsize="11"]  
  
 
     start -> proc
 
     start -> proc

Revision as of 14:54, 8 January 2006