HOME

TheInfoList



OR:

Configuration Menu Language (CML) was used, in
Linux kernel The Linux kernel is a free and open-source, monolithic, modular, multitasking, Unix-like operating system kernel. It was originally authored in 1991 by Linus Torvalds for his i386-based PC, and it was soon adopted as the kernel for the GNU ...
versions prior to 2.5.45, to configure the values that determine the composition and exact functionality of the kernel. Many possible variations in kernel functionality can exist; and customization is possible, for instance for the specifications of the exact hardware it will run on. It can also be tuned for administrator preferences. CML was written by Raymond Chen in 1993. Its question-and-answer interface allowed systematic selection particular behaviors without editing multiple system files.
Eric S. Raymond Eric Steven Raymond (born December 4, 1957), often referred to as ESR, is an American software developer, open-source software advocate, and author of the 1997 essay and 1999 book ''The Cathedral and the Bazaar''. He wrote a guidebook for the ...
wrote a menu-driven module named CML2 to replace it, but it was officially rejected.
Linus Torvalds Linus Benedict Torvalds ( , ; born 28 December 1969) is a Finnish software engineer who is the creator and, historically, the lead developer of the Linux kernel, used by Linux distributions and other operating systems such as Android. He also ...
attributed the rejection in a 2007 lkml.org post to a preference for small incremental changes, and concern that the maintainer had not been involved in the rewrite. "You can't just...go do your own thing and expect it to be merged," he said, noting that Raymond "left with a splash" over the rejection.
LinuxKernelConf
replaced CML in kernel version 2.5.45, and remains in use for the 4.0 kernel.


References


External links



More recent documentation may exist but the TLDP kernel page is currently offline and under revision.

* ttp://www.catb.org/~esr/cml2/ CML2 Resources Page Linux kernel {{linux-stub