June 2000
Beginner
704 pages
14h 55m
English
Adding a module to the kernel configuration
Editing the Linux kernel configuration files
Managing modules
Managing processes
Recompiling the kernel
The kernel is the core component of every operating system. The performance of the kernel determines the most fundamental properties of the operating system, as it is an application's gateway to the computer hardware. Modern kernels provide preemptive multitasking capability, which allows multiple programs to operate seemingly at the same time. This is physically impossible with only one system processor, but the kernel schedules the processes in such a way that they seem to be running concurrently.
Although the Linux kernel is a complicated piece of software, it is one ...
Read now
Unlock full access