Re: AW: Kernel cmdline
From: Kumar Gala <hidden>
Date: 2005-12-22 15:50:38
From: Kumar Gala <hidden>
Date: 2005-12-22 15:50:38
On Dec 22, 2005, at 9:35 AM, Achim Machura wrote:
quoted
Yes. Look at: http://lxr.linux.no/source/init/main.c?v=2.6.10;a=ppc#L123 CliveThanks, but this exaple seems to work only with modules staticly linked into the kernel. I' ve to parse the commandline in a dynamic loaded modul.
Why would you want to do this. Anyways, the cmd_line is to exported to modules. You can provide modules there own params - kumar