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.

Challenge: Solution

Challenge: Solution - CentOS Tutorial

From the course: Advanced Linux: The Linux Kernel

Start my 1-month free trial

Challenge: Solution

(upbeat music) - [Instructor] Let's look at how I solve the challenges in chapter five. The first question is, in the top level kernel source directory, copy the config file for your current kernel from slash boot and call it dot config. So our current kernel is 53040 generic. So let's copy from boot config dash, that and we're going to call it dot config. There we go, and then question number two, use make config or make xconfig to configure the kernel. And some parameters we want you to be sure to select. Well, let's use make xconfig for this. So under general setup, we should choose kernel.config support. So click on general setup. Come over here and look for kernel.config support. And let's make it static, then we don't have to load a module for that. And while we're at it, let's add enable access to dot config through proc config.gz, then we don't have to extract it from the kernel file itself. Alright, the next…

Contents