Re: Whats in the wings for 2.5 (when it opens)

Keith Owens (kaos@ocs.com.au)
Sat, 22 Sep 2001 12:59:20 +1000


On Fri, 21 Sep 2001 15:58:06 -0400,
Crutcher Dunnavant <crutcher@datastacks.com> wrote:
>A cleaner handling of module parameters/cmd line options.

That comes out as a side effect of kernel build 2.5, every object gets
-DKBUILD_OBJECT to define the name it is known by. From
Documentation/kbuild/kbuild-2.5.

-DKBUILD_OBJECT=module, the name of the module the object is
linked into, without the trailing '.o' and without any paths.
If the object is a free standing module or is linked into
vmlinux then the "module" name is the object itself.
Automatically generated.

Post kbuild 2.5 I will be writing a generic parameter/command line
interface so you can insmod foo bar=99 or boot with foo.bar=99. You
will even be able to boot with foo.bar=99 when foo is a module, insmod
will use the command line as a default set of values.

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