where can I modify the kernel at...I looked under ../src/.. but could not find anything. Any suggestions.
On Thu, 11 Nov 2004 16:51:03 +0000, Ben Coffman [email protected] 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.