On 21 May 2010, at 12:07 PM, Jason Nymble wrote:

> Is there a way (e.g. exported variable or kernel API) for a kernel module to 
> obtain the linux kernel command line? i.e. the contents as seen from 
> userspace by 'cat /proc/cmdline'

I see linux/init.h has:
extern char __initdata boot_command_line[];

Will try that...
--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [email protected]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to