Hi,<br><br>I know that there are 3 ways to pass params to kernel:<br>    (1) params set in openfirmware<br>    (2) when yaboot up, in the prompt "boot: ", specify the label and params<br>    (3) params in the item "append=" of yaboot.conf <br>
<br>My question is: <br>How can they combine together? I read some code in yaboot src, but found that<br>only 2 cases are available:<br>      (3) + (1)<br>      (3) + (2)<br>If I set params with method 1, 2 and 3, then I'll get the results as 2 + 3 only. That is<br>
      (1) + (2) + (3) = (3) + (2)<br><br>Is that right? <br><br>thanks,<br><br>