Difference between revisions of "Getting the Processor Information"

From FreekiWiki
Jump to navigation Jump to search
(spelling)
(moved manualdetermine from system evaluation 2 overview)
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"]
     floppyboot      [label="Try to\nBOOT FROM a FLOPPY\nto 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", shape="box", fontsize="11"]
 
     post            [label="Does it\nPOST?", fontsize="11"]
 
     post            [label="Does it\nPOST?", fontsize="11"]
 
     poweron        [label="Does it\nPOWER ON?", fontsize="11"]
 
     poweron        [label="Does it\nPOWER ON?", fontsize="11"]
Line 32: Line 33:
 
     bios -> goback [taillabel="YES"]
 
     bios -> goback [taillabel="YES"]
 
     bios -> floppyboot [taillabel="NO"]
 
     bios -> floppyboot [taillabel="NO"]
     floppyboot -> goback
+
     floppyboot -> goback [taillabel="YES"]
 +
    floppyboot -> manualdetermine taillabel="NO"]
 +
    manualdetermine -> goback
 
     simplify -> procinfo [taillabel="YES"]
 
     simplify -> procinfo [taillabel="YES"]
 
     simplify -> swapram [taillabel="NO"]
 
     simplify -> swapram [taillabel="NO"]

Revision as of 17:56, 9 January 2006