Jump to content

Kernel 2.6.5 released


Lord Kenneth
 Share

Recommended Posts

One of these days I'm manage to get a new kernel installed before you cybr! :P

Oh, come on, I have it on 4 systems now Slackware & Gentoo, you can get it on 1. :D

 

just untar/zip the kernel

rm linux

ln -s /usr/src/linux-2.6.5 linux

cp <youroldconfig> /usr/src/linux/.config

make oldconfig <answer the questions>

make

make modules_install

cp arch/i386/boot/bzImage /boot/vmlinuz-2.6.5

cp System.map /boot/System.map-2.6.5

cp .config /boot/config-2.6.5

 

edit lilo/grub

 

reboot

 

That's my how-to for 12 step program. B)

Edited by cybrjackle
Link to comment
Share on other sites

One of these days I'm manage to get a new kernel installed before you cybr! :P

Oh, come on, I have it on 4 systems now Slackware & Gentoo, you can get it on 1. :D

 

just untar/zip the kernel

rm linux

ln -s /usr/src/linux-2.6.5 linux

cp <youroldconfig> /usr/src/linux

make oldconfig <answer the questions>

make

make modules_install

cp arch/boot/bzImage /boot/vmlinuz-2.6.5

cp System.map /boot/System.map-2.6.5

cp .config /boot/config-2.6.5

 

edit lilo/grub

 

reboot

 

That's my how-to for 12 step program. B)

Those the exact commands? :unsure:

Link to comment
Share on other sites

More or less, i simplified it a bit. :lol:

 

 

Oops, cp arch/boot/bzImage /boot/vmlinuz-2.6.5

 

should be

 

cp arch/i386/boot/bzImage /boot/vmlinuz-2.6.5

Edited by cybrjackle
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...