Re: why 2 Kernel command line and module option parsers

From: Shen Feng
Date: Tue Apr 15 2008 - 22:44:14 EST




Chris Snook Wrote:
> Shen Feng wrote:
>> Hello,
>>
>> Now we get two Kernel command line and module option parsers, i.e.
>> lib/cmdline.c
>> lib/parser.c
>>
>> I think we'd better merge them into one and make a kernel option
>> standard since
>> the kernel options become more and more.
>
> Are you volunteering?
>
>

OK. I also found another parser in kernel/params.c.

I will try to supply a new parser and a kernel option standard as
Documentation/kernel-parameter-parser.txt
include/linux/kparser.h
lib/kparser.c

to replace
lib/cmdline.c
lib/parser.c
and part of kernel/params.c
--
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/