LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Kernel 2.6 feature list (https://www.linuxquestions.org/questions/linux-software-2/kernel-2-6-feature-list-160113/)

hiteshmaisheri 03-20-2004 01:58 AM

Kernel 2.6 feature list
 
I want to contribute to the cause of open source so please can anyone get me the kerenel 2.6 feature list (detailed)....

markus1982 03-20-2004 07:15 AM

I suggest you download the kernel source at www.kernel.org and then brwose through the menuconfig:

tar xvfj/xvfz <file>
make menuconfig

hiteshmaisheri 03-20-2004 10:32 AM

i did that .. since i am new to the linux kernel world.. switching from a user to kernel source explorer... it has not yet got me through the exact feature list of thenew 2.6 kernel .. please suggest where the list is

AutOPSY 03-20-2004 10:40 AM

check www.linuxworld.com
they have classes for students that know nothing about the linux kernel, but want to contribute.
Kernel Source Explorer Classess, 149 US dollars a session.

hiteshmaisheri 03-20-2004 11:20 AM

thanx autopsy for the information will check out ..
i am in need of documents..

geekzen 03-20-2004 12:28 PM

If you are looking for what is new in 2.6, over 2.4, then take a look at
kniggit.net/wwol26.html

Komakino 03-20-2004 01:06 PM

How about www.kernel.org
surely they have what's new.

geekzen 03-20-2004 01:21 PM

However, i'f your looking into how the kernel works, then you'd have to take a book out on it, because most of the info on the internet isn't well compacted.

hiteshmaisheri 03-26-2004 12:26 AM

i searched a lot on the net the thing is that i did not get through any proper material... which book do you suggest i should go for???

geekzen 03-26-2004 02:04 PM

I'd take a look at the stuff from Oreilly. They are usually the best when it comes to open source documentation.
<http://www.oreilly.com/catalog/linuxkernel2/> Its a little out of date (2.4 series) but i would assume it to be a good place to start. I'm not a c/c++ programmer so the linux kernel is a little greek to me.

320mb 03-26-2004 02:12 PM

info about the kernel is as close as /usr/src/linux directory!!
that documentation folder is 5+ megs in size. read thru it

victorhe 03-26-2004 02:51 PM

Hi people, I have a problem:

I have Mandrake 10 RC1 installed on my computer, I have both kernels, 2.6
and 2.4. But when I do a uname -a, I get a message like this:

Linux linxus6.uwaterloo.ca 2.4.25-0.pre7.3mdk #1 jeu fv 5 16:29:56 CET
2004 i686 unknown unknown GNU/Linux

This means I only have a kernel 2.4 running. How can I switch my kernel 2.4
to 2.6? Since I have to use it for cifs mounting. Thank you.

hiteshmaisheri 04-06-2004 04:19 AM

how did you get through getting the kernel 2.6???
have you build from the source downloaded from the internet...
which is you loader...

pdug 04-06-2004 04:48 AM

victorhe,
have you told your boot loader (grub, lilo ..) about the 2.6 kernel ?

pdug 04-06-2004 05:16 AM

Quote:

Originally posted by hiteshmaisheri
how did you get through getting the kernel 2.6???
have you build from the source downloaded from the internet...
which is you loader...

binary (very large) kernel are distributed with linux distributions (such as Mandrake) -- that's not what you want.

as suggested before: download the kernel source at www.kernel.org

extract it to /usr/src/linux-2.6.X

change to that directory

open the README file

read it + proceed as suggested there

once you have build a new kernel, put it (bzImage) and System.map to a place suitable for your bootloader (e.g. /boot/vmlinuz-2.6.X and /boot/System.map-2.6.X)

for features: have a look into /usr/src/linux-2.6.X/Documentation (as suggested before)

Most linux distributions come along with a large bundle of HOWTOs from the Linux Documentation Project (LDP) Online version: http://www.tldp.org/

The "Kernel Hackers Guide" is accessible from there too.


All times are GMT -5. The time now is 07:50 AM.