|
|

楼主 |
发表于 2006-3-20 21:59:16
|
显示全部楼层
Post by Fleta
不知道FC有没有自己特别的做法,一般的做法是到官方下载内核源码,解开到/usr/src里,建个链接如,
# cd /usr/src
# ln -s linux-2.6.15(解开后的名称)linux
# cd linux
# make menuconfig
选好你的所需的驱动及其他选项,ntfs在File systems --->DOS/FAT/NT Filesystems里选。然后编译
# make && make modules_install
完成之后,将内核镜像拷到/boot里(如果是独立分区得先挂好):
# cp arch/i386/boot/bzImage /boot/kernel-2.6.15
然后修改grub.conf,将kernel那行改成相应的名称,重启。
Thanks a lot! But could you tell me more details about "到官方下载内核源码"?
I really appriciate the URL, because I really don't know which one is the kernel source file, and what's the official site.
I'm such a idiot, sorry |
|