|
发表于 2005-1-20 23:04:59
|
显示全部楼层
Post by cnzxy
长见识了。
以后编译内核还是把自己机器硬件相关的都编译成内核算了,不要模块,太麻烦。
If you compile all the modules in your kernel, the size of your kernel will become big. One of the purpose of initrd is to overcome this problem. In fact, many modules are still loaded after the kernel is booted up.
It is not necessary to compile all modules in kernel. |
|