LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Kernel (https://www.linuxquestions.org/questions/linux-kernel-70/)
-   -   differences in task_struct between 2.4 and 2.6 (https://www.linuxquestions.org/questions/linux-kernel-70/differences-in-task_struct-between-2-4-and-2-6-a-437036/)

ploo 04-20-2006 04:23 AM

differences in task_struct between 2.4 and 2.6
 
Hello!
I'm kernel beginner..mm
i need to know the differences in task_struct between kernel version 2.4.x and 2.6.x I mean the way of scheduling(sched.h). plz help quickly...ioi...

Randux 04-20-2006 04:33 AM

How about looking at the kernel headers?

jtshaw 04-20-2006 12:34 PM

lxr.linux.no is a great place to look at things in a bunch of different kernel versions. As Randux said.. just look at the code, the differences should be quite easy to spot.

Linux 2.4.28 task_struct (from lxr.linux.no)

Linux 2.6.11 task_struct (from lxr.linux.no)

nx5000 04-24-2006 04:09 AM

And for 2.6.16
http://www.linux-m32r.org/lxr/http/i...;i=task_struct

This link can be used with linux.no : it has newer kernels and more architectures BUT doesn't have older than 2.6.9. Very usefull still.


All times are GMT -5. The time now is 02:36 AM.