LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   need a command (https://www.linuxquestions.org/questions/linux-newbie-8/need-a-command-201022/)

jag2000 07-04-2004 11:35 AM

need a command
 
what is the command to start recompiling the kernel.. drake 10 official in case u need to know. i
just installed nvidia and went thru all of that but i think i need to uncheck drm..

ranger_nemo 07-04-2004 12:13 PM

It usually goes...
Code:

make [menu,old,x]config
make bzImage
make modules
make modules_install

I've only done it in RedHat and Fedora, and in both of those, you can end it wil a "make install", and it will cp the new files to where they need to go, create an initrd, and set-up GRUB.

ping_wing 07-04-2004 12:19 PM

make bzImage

now you know everything about building kernel :)

vectordrake 07-05-2004 10:36 PM

and for kernel 2.6, which is default in your distro:

make menuconfig (or config, or xconfig)
make && make modules_install


All times are GMT -5. The time now is 11:48 AM.