modifing kernel

djgoku djgoku at gmail.com
Thu Nov 11 11:21:27 CST 2004


On Thu, 11 Nov 2004 16:51:03 +0000, Ben Coffman <ben_coffman at hotmail.com> wrote:
> where can I modify the kernel at...I looked under ../src/.. but could not
> find anything.  Any suggestions.

I hope this is universal:
# cd /usr/src/linux
# make menuconfig
change options save config
For 2.4 Kernel
# make dep && make bzImage modules modules_install
For 2.6 Kernel
# make && make modules_install
Then after it compiles just copy the bzImage for a 2.4 or copy vmlinuz
for a 2.6 to your boot partition. Edit grub or lilo if needed.



More information about the Kclug mailing list