二、修改.config文件,去掉不用的模块,加上自己想要的模块。
打开.config,有许多XXXX=m的项,这些都是要被编译为模块的项,因为我们不希望编译这些模块,所以要把XXXX=m的项统统去掉。然后再加上我们想要的模块,将# CONFIG_NTFS_FS is not set 改为CONFIG_NTFS_FS=m 当然,可以用你熟悉各种工具来做这件事。
but if you had fully compiled kernel one time, then some small modification will be very fast. especially for 2.5.x kernel. and if u cpu is powerful, use make -j2 (or higher number) also speed up.
[quote:f9d8da2a3a="Dragonfly"]but if you had fully compiled kernel one time, then some small modification will be very fast. especially for 2.5.x kernel. and if u cpu is powerful, use make -j2 (or higher number) also speed up.[/quote]