LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   kernel conf. (https://www.linuxquestions.org/questions/linux-general-1/kernel-conf-98553/)

apax 09-30-2003 05:58 AM

kernel conf.
 
how do you reconfigure the kernel?
for example to add support for a file system?

darrenp 09-30-2003 06:05 AM

Quick answer

make xconfig
make dep
make clean
make bzImage
make modules
make modules_install
make install
lilo
reboot

Depending on your distro, the make install ; lilo ; reboot part may or may not work! You'd need to read up on lilo to make sure.

The other option is to read the documentation

http://www.tldp.org/HOWTO/Kernel-HOWTO/index.html

It is rather a long process and can leave you with a crippled machine!

Darren.


All times are GMT -5. The time now is 03:34 AM.