Difference between revisions of "Getting the Processor Information"

From FreekiWiki
Jump to navigation Jump to search
(linked poweron to manualdetermine)
(linked checkconnect and swapram to manualdetermine and poweron to checkconnect)
Line 24: Line 24:
 
     addstuff -> poweron
 
     addstuff -> poweron
 
     poweron -> post [taillabel="YES"]
 
     poweron -> post [taillabel="YES"]
     poweron -> manualdetermine [taillabel="NO"]
+
     poweron -> checkconnect [taillabel="NO"]
 
     checkconnect -> post [taillabel="YES"]
 
     checkconnect -> post [taillabel="YES"]
     checkconnect -> goback [taillabel="NO"]
+
     checkconnect -> manualdetermine [taillabel="NO"]
 
     post -> procinfo [taillabel="YES"]
 
     post -> procinfo [taillabel="YES"]
 
     post -> simplify [taillabel="NO"]
 
     post -> simplify [taillabel="NO"]
Line 34: Line 34:
 
     bios -> floppyboot [taillabel="NO"]
 
     bios -> floppyboot [taillabel="NO"]
 
     floppyboot -> goback [taillabel="YES"]
 
     floppyboot -> goback [taillabel="YES"]
     floppyboot -> manualdetermine taillabel="NO"]
+
     floppyboot -> manualdetermine [taillabel="NO"]
 
     manualdetermine -> goback
 
     manualdetermine -> goback
 
     simplify -> procinfo [taillabel="YES"]
 
     simplify -> procinfo [taillabel="YES"]
 
     simplify -> swapram [taillabel="NO"]
 
     simplify -> swapram [taillabel="NO"]
 
     swapram -> procinfo [taillabel="YES"]
 
     swapram -> procinfo [taillabel="YES"]
     swapram -> goback [taillabel="NO"]
+
     swapram -> manualdetermine [taillabel="NO"]
 
   }
 
   }
 
</graphviz>
 
</graphviz>

Revision as of 14:13, 10 January 2006