LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-20-2004, 01:58 AM   #1
hiteshmaisheri
Member
 
Registered: Nov 2003
Location: Kerala, India
Distribution: Red Hat, Knoppix, Mandrake, FreeBSD
Posts: 231

Rep: Reputation: 30
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)....
 
Old 03-20-2004, 07:15 AM   #2
markus1982
Senior Member
 
Registered: Aug 2002
Location: Stuttgart (Germany)
Distribution: Debian/GNU Linux
Posts: 1,467

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

tar xvfj/xvfz <file>
make menuconfig
 
Old 03-20-2004, 10:32 AM   #3
hiteshmaisheri
Member
 
Registered: Nov 2003
Location: Kerala, India
Distribution: Red Hat, Knoppix, Mandrake, FreeBSD
Posts: 231

Original Poster
Rep: Reputation: 30
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
 
Old 03-20-2004, 10:40 AM   #4
AutOPSY
Member
 
Registered: Mar 2004
Location: US
Distribution: Redhat 9 - Linux 2.6.3
Posts: 836

Rep: Reputation: 31
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.
 
Old 03-20-2004, 11:20 AM   #5
hiteshmaisheri
Member
 
Registered: Nov 2003
Location: Kerala, India
Distribution: Red Hat, Knoppix, Mandrake, FreeBSD
Posts: 231

Original Poster
Rep: Reputation: 30
thanx autopsy for the information will check out ..
i am in need of documents..
 
Old 03-20-2004, 12:28 PM   #6
geekzen
Member
 
Registered: Mar 2004
Location: Canada. The Great white north.
Distribution: Debian Sid
Posts: 183

Rep: Reputation: 30
If you are looking for what is new in 2.6, over 2.4, then take a look at
kniggit.net/wwol26.html
 
Old 03-20-2004, 01:06 PM   #7
Komakino
Senior Member
 
Registered: Feb 2004
Location: Somerset, England
Distribution: Slackware 10.2, Slackware 10.0, Ubuntu 9.10
Posts: 1,938

Rep: Reputation: 55
How about www.kernel.org
surely they have what's new.
 
Old 03-20-2004, 01:21 PM   #8
geekzen
Member
 
Registered: Mar 2004
Location: Canada. The Great white north.
Distribution: Debian Sid
Posts: 183

Rep: Reputation: 30
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.
 
Old 03-26-2004, 12:26 AM   #9
hiteshmaisheri
Member
 
Registered: Nov 2003
Location: Kerala, India
Distribution: Red Hat, Knoppix, Mandrake, FreeBSD
Posts: 231

Original Poster
Rep: Reputation: 30
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???
 
Old 03-26-2004, 02:04 PM   #10
geekzen
Member
 
Registered: Mar 2004
Location: Canada. The Great white north.
Distribution: Debian Sid
Posts: 183

Rep: Reputation: 30
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.

Last edited by geekzen; 03-26-2004 at 02:05 PM.
 
Old 03-26-2004, 02:12 PM   #11
320mb
Senior Member
 
Registered: Nov 2002
Location: pikes peak
Distribution: Slackware, LFS
Posts: 2,577

Rep: Reputation: 48
info about the kernel is as close as /usr/src/linux directory!!
that documentation folder is 5+ megs in size. read thru it
 
Old 03-26-2004, 02:51 PM   #12
victorhe
LQ Newbie
 
Registered: Mar 2004
Posts: 3

Rep: Reputation: 0
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.
 
Old 04-06-2004, 04:19 AM   #13
hiteshmaisheri
Member
 
Registered: Nov 2003
Location: Kerala, India
Distribution: Red Hat, Knoppix, Mandrake, FreeBSD
Posts: 231

Original Poster
Rep: Reputation: 30
how did you get through getting the kernel 2.6???
have you build from the source downloaded from the internet...
which is you loader...
 
Old 04-06-2004, 04:48 AM   #14
pdug
LQ Newbie
 
Registered: Feb 2004
Posts: 20

Rep: Reputation: 0
victorhe,
have you told your boot loader (grub, lilo ..) about the 2.6 kernel ?
 
Old 04-06-2004, 05:16 AM   #15
pdug
LQ Newbie
 
Registered: Feb 2004
Posts: 20

Rep: Reputation: 0
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.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
does 2.6 kernel still have the clean list? oriate Linux - General 2 12-02-2005 11:14 PM
Kernel in sources.list? grilledsalad Linux - Newbie 2 03-10-2005 06:38 AM
kernel mailing-list alaios Linux - General 1 08-10-2004 01:46 PM
Need Kernel Module list! asianboi2k Linux - Software 3 11-10-2003 08:04 PM
Kernel Mailing List Stephanie Linux - General 4 07-18-2001 08:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:40 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration