> The parameters should be:
> reboot=w (warm boot)
> reboot=c (cold boot)
> reboot=b (bios reboot)
> reboot=h (hard reboot [try to toggle reset or crash CPU])
>
grrr. OK, I'm stupid. after looking at the code again, the parameter
syntax should be:
reboot=[w|c][b|h]
The code in fact looks at all the letters. Warm and cold are mutually
exclusive as are bios and hard.
Or you can just read the code in process.c, reboot_setup().
--
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the command "unsubscribe linux-embedded" in the message body.
For more information, see <http://waste.org/mail/linux-embedded>.