| Introduction |
| If you have completed the Configuring a New Kernel guide, then you are ready to start the process of compiling the kernel. The kernel takes a while to compile, although the time needed to compile will vary from machine to machine. The amount of RAM on the system is just as important as the speed of the processor. For example, on my old machine, a 200 MHz Pentium Pro with 90 MB of RAM, compiling the kernel takes about 20 minutes. Usually, during the make zImage step, I get an error message that says, "System is too big." Running the make bzImage command fixes this problem, which I'm guessing stems from not having enough RAM and swap space. However, on my new machine, an 850 MHz Athlon with 256 MB of RAM, compiling the kernel takes about 5 minutes (no kidding) and I don't get the "System is too big" error. |
| Compiling the Kernel |
|
Compiling a New Kernel
最新推荐文章于 2026-06-17 16:56:38 发布
本文介绍了编译Linux内核的过程,包括识别依赖、清理旧文件、编译内核及模块等步骤,并提供了解决常见错误的方法。

722

被折叠的 条评论
为什么被折叠?



