|
Why compile your own kernel?
- Fastest access to new code
- It is a learning experience regarding
- range of available kernel features
- new/experimental features
- You can build a smaller kernel
- uses less memory
- doesn't include features you're not using
- Easier to maintain than rpms
- patches are smaller to download
- easy to make adjustments
|