Compile Linux kernel 2.6

Download the kernel from www.kernel.org Extract the kernel: # tar xvfj xx.bz2 # make menuconfig # make # make modules_install # make install Restart PC. You can use the new kernel now.

登录后才可评论.