From the course: Advanced Linux: The Linux Kernel

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Using make xconfig

Using make xconfig - CentOS Tutorial

From the course: Advanced Linux: The Linux Kernel

Start my 1-month free trial

Using make xconfig

- [Instructor] Let's talk about configuring a Linux kernel using the tool make xconfig. With make xconfig, there's a GUI interface now that you can use with your mouse. And we have the same list of options that we would have with make menuconfig, it's just that we can navigate a little bit differently using our mouse now. We get the tree structure for options. And in fact, we can click and expand the choices, so it can be a little bit easier to find things. With make xconfig, we'll have a dot being a module and a check mark meaning statically linked in the kernel. And empty means that that feature won't be built. One thing I like about xconfig compared to menuconfig is, I find searching is easier with xconfig. So there's, underneath the edit menu, a find option or Control + F. And like with the slash for menuconfig, it will find all the config options that include a string. And with make xconfig, when you get a…

Contents