Re: why 2 Kernel command line and module option parsers



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?
--
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/



Relevant Pages

  • Re: [PATCH][TAKE 3] THE LINUX/I386 BOOT PROTOCOL - Breaking the 256 limit
    ... A string that is too long ... -will be automatically truncated by the kernel, a boot loader may allow ... +The kernel command line is a null-terminated string. ...
    (Linux-Kernel)
  • [Bug 1430] New: SysFS oops when rmmoding uhci-hcd after resuming from suspend
    ... "init=/bin/bash" kernel command line parameter. ... Hardware Environment: ... Unable to handle kernel NULL pointer dereference at virtual address ... Steps to reproduce: ...
    (Linux-Kernel)
  • Re: root=/dev/sda1 fails but root=0x0801 works...
    ... if I have my kernel command line with ... SCSI device sda: 2001888 512-byte hdwr sectors ... Typically lilo will translate /dev/sda1 to 0x0801 automatically for you and pass that to the kernel for this reason. ... These days most distributions are using an initrd which the kernel mounts as the root fs, and that sets up a minimal /dev and does some hardware detection. ...
    (Linux-Kernel)
  • Re: [BUG] local_softirq_pending storm
    ... If I disable NOHZ by kernel command line nohz=off this problem ... This system is P4/2.40GHz/HT with SMP/SMT on in kernel config. ... network otherwise plain command line with no network access don't trigger ... The patch below ratelimits the printk output, ...
    (Linux-Kernel)
  • [PATCH] THE LINUX/I386 BOOT PROTOCOL - Breaking the 256 limit - Resubmit
    ... Extending the kernel parameters to a size of 1024 on boot ... This patch was submitted a long ago, but did not find its way into the kernel, but was not rejected as well. ... architectures, please reply. ... +The kernel command line is a null-terminated string. ...
    (Linux-Kernel)