[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
Re: kernel ver without SMP
On Wed, Dec 27, 2000 at 11:34:51PM +0500, Ð ë ê þ ã K wrote:
> hi
> i need some pointers to location from where i can download some older version of linux without SMP
> support. plz tell the version number also.
http://kernel.org/ Versions 1.x.y didn't have any SMP support.
> one more question --> why linux have an array of task_struct , why can't only doubly linked list do which is
> also present to connect all of them.
Simplicity I guess. If you're not inserting/deleting/resizing arrays are just
fine.
-Arun