Re: [RFC] [PATCH 1/2] introduce crashboot kernel command line parameter

From: Vivek Goyal
Date: Fri Jun 23 2006 - 18:38:29 EST


On Fri, Jun 23, 2006 at 11:30:45PM +0200, Bernd Eckenfels wrote:
> Vivek Goyal <vgoyal@xxxxxxxxxx> wrote:
> > +static int __init set_crash_boot(char *str)
> > +{
> > + crash_boot = 1;
> > + return 1;
> > +}
>
> what about a printk? Maybe a combined one which shows some other stuff (init
> level, init shell, apic settings) etc from command line.
>

In your response, all the people copied on the mail got removed. I am adding
them back.

May be a printk. Not very sure. User can always see in the console messages
list of command line options passed to the kernel.

apic settings are displayed if you pass apic=debug.

Not very sure what do you mean by displaying init level, and init shell
and how that stuff is related to this parameter.

Thanks
Vivek
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/