<br><font size=2 face="sans-serif">Yes, kboot script parses /etc/kboot.conf file and execute 'kexec -l' and 'kexec -e' &nbsp;.</font>
<br>
<br><font size=2 face="sans-serif">Hiroaki Fuse</font>
<br>
<br><font size=2 face="sans-serif">cbe-oss-dev-bounces+hiroaki_fuse=hq.scei.sony.co.jp@ozlabs.org wrote on 2008/03/04 06:29:48:<br>
&gt; &gt;Sorry, I'm not familiar with how kboot works, but for kexec on ps3 I <br>
&gt; use<br>
&gt; &gt;'kexec -e', which I see does a reboot syscall:<br>
&gt; &gt;<br>
&gt; &gt;static inline long kexec_reboot(void)<br>
&gt; &gt;{<br>
&gt; &gt; return (long) syscall(__NR_reboot, LINUX_REBOOT_MAGIC1,<br>
&gt; &gt;LINUX_REBOOT_MAGIC2, LINUX_REBOOT_CMD_KEXEC, 0);<br>
&gt; &gt;}<br>
&gt; <br>
&gt; Is the 'kexec -e' call in the kboot script? That's the only place I<br>
&gt; am finding a call to kexec in the ps3 source code distribution.<br>
&gt; <br>
&gt; Scott<br>
&gt; _______________________________________________<br>
&gt; cbe-oss-dev mailing list<br>
&gt; cbe-oss-dev@ozlabs.org<br>
&gt; https://ozlabs.org/mailman/listinfo/cbe-oss-dev<br>
</font>