LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Adding parts to kernel without recompile (https://www.linuxquestions.org/questions/linux-newbie-8/adding-parts-to-kernel-without-recompile-277618/)

scuzzman 01-14-2005 02:46 AM

Adding parts to kernel without recompile
 
Is it possible to add parts to your kernel without a recompile?
The reason I ask, is becasue I need to add support for DEVFS, but would like to avoid recompiling my kernel is at all possible...
Thanks

--John

Dark_Helmet 01-14-2005 03:20 AM

I can't say with 100% certainty, but I don't think so.

Maybe if you could compile it as a module, but even then, I think it would be a longshot. Maybe someone will come along and correct me.

Why is it you don't want to recompile the kernel? The worst thing that could happen is you boot with the new one, it chokes, you reboot, and select the old kernel. It would be real simple if you still have access to the current kernel configuration file.

0pal_t0ad 01-14-2005 06:22 AM

it depends whether your kernel has module support for devfs, if so yuo'd need to find out the module name and issue 'insmod mod_name'. I'm not 100% sure that's true for devfs, but i think it is. try a google search along the lines of 'insmod +devfs'.

__J 01-14-2005 06:34 AM

devfs must be built into the kernel.


All times are GMT -5. The time now is 09:24 PM.