LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Kernel (https://www.linuxquestions.org/questions/linux-kernel-70/)
-   -   constant kernel entry point? (https://www.linuxquestions.org/questions/linux-kernel-70/constant-kernel-entry-point-683552/)

ramasrama1980 11-15-2008 07:30 AM

constant kernel entry point?
 
I am using mips kernel for one of my hardware. Every time i change the '.config' new kernel entry point is created.
Can we make 'kernel entry point' to be same irrespective of '.config' changes?

sundialsvcs 11-16-2008 08:21 PM

No. The kernel, like any other computer program, is composed of many files that are subsequently linked to form the kernel-image. Any change to the config will completely change what "the kernel" consists of... including the "entry point" where execution begins after booting.


All times are GMT -5. The time now is 03:29 PM.