b3bdb173cb915cdee55fef1307d35f5964f54de3
[ikiwiki.git] / docs / handbook / handbook-kernelconfig.mdwn
1 ## Configuring the DragonFly Kernel 
2
3 ***Updated and restructured by Jim Mock. Originally contributed by Jake Hamby.***
4
5
6
7 ## Synopsis 
8
9 The kernel is the core of the DragonFly operating system. It is responsible for managing memory, enforcing security controls, networking, disk access, and much more. While more and more of DragonFly becomes dynamically configurable it is still occasionally necessary to reconfigure and recompile your kernel.
10
11 After reading this chapter, you will know:
12
13 * Why you might need to build a custom kernel.
14 * How to write a kernel configuration file, or alter an existing configuration file.
15 * How to use the kernel configuration file to create and build a new kernel.
16 * How to install the new kernel.
17 * How to create any entries in `/dev` that may be required.
18 * How to troubleshoot if things go wrong.