11 Nov
2004
11 Nov
'04
4:51 p.m.
where can I modify the kernel at...I looked under ../src/.. but could not find anything. Any suggestions.
11 Nov
11 Nov
5:21 p.m.
On Thu, 11 Nov 2004 16:51:03 +0000, Ben Coffman <ben_coffman@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.
7976
Age (days ago)
7976
Last active (days ago)
1 comments
2 participants
participants (2)
-
Ben Coffman -
djgoku