Re: AW: AW: Kernel cmdline
From: Arnd Bergmann <arnd@arndb.de>
Date: 2005-12-28 23:24:23
From: Arnd Bergmann <arnd@arndb.de>
Date: 2005-12-28 23:24:23
On Thursday 22 December 2005 16:01, Achim Machura wrote:
i want check an argument given by the bootloader via commandline
You should use module_param() for this, that will take care of both kernel and module parameters, for more information, see http://lwn.net/Articles/22197/. Arnd <><