Linux kernel 2.6.20?


 
Thread Tools Search this Thread
Operating Systems Linux Linux kernel 2.6.20?
# 1  
Old 01-30-2011
Linux kernel 2.6.20?

Dear All
Can you please let me know what is the Linux distribution name for kernel 2.6.20?
Thank you in advance
# 2  
Old 01-30-2011
Your question really does not make any sense.

There are numerous GNU/Linux distributions such as Fedora, Mandrake, Ubuntu, etc. which may or may not use a particular kernel.
# 3  
Old 01-31-2011
Than you very much for your reply .Can you please let me know which Linux distributions comes with some sort of kernel 2.6.20 as built-in that I can try to download?
# 4  
Old 01-31-2011
Hi

you can add 2.6.20 kernel to the existing one. download the required kernel (2.6.20) and use in your machine.

search for linux-2.6.20.1.tar.gz in Index of /pub/linux/kernel/v2.6 and download .

how to compile and install

#tar -zxvf linux-2.6.20.1.tar.gz

#cd linux-<version>

#make menuconfig ( for customizing )

#make

#make modules_install

this may take around 2 hours.
# 5  
Old 01-31-2011
2.6.20 is a very old kernel by now. The oldest gentoo still has unmasked is 2.6.32-r20

If you manually install a kernel that old anyway, it'll probably break many things. modern udev for one requires at least 2.6.21 I believe
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Linux

Linux kernel

Hi All ! Is linux kernel preemptive or non-preemptive? My understanding is preemptive kernel. is it correct? Thanks & Regards Venkat Gopu (4 Replies)
Discussion started by: venkatgopu
4 Replies

2. UNIX for Dummies Questions & Answers

new linux on old kernel

is it possible to run REDHAT 7 (asplinux 7.2) on kernel 1.XXXX ? wil be FIRST_NEED programs work ? (0 Replies)
Discussion started by: MR.Z
0 Replies

3. UNIX for Dummies Questions & Answers

Linux Kernel 0.0.0.1

I'm looking to download the oldest version of the linux kernel that I can, just to look at it. Does anyone know where I can get it (or a slightyly later version) from? Any help on this quest would be great, thanks. Paul (3 Replies)
Discussion started by: KrazyGuyPaul
3 Replies
Login or Register to Ask a Question