Clan x86

Technical (Development, Security, etc.) => Unix / Linux Discussion => Topic started by: ZeroX on May 14, 2006, 01:49:06 am

Title: Newb to Unix-type operating system.
Post by: ZeroX on May 14, 2006, 01:49:06 am
Well since you all love and seem to be doing most of your projects and other work on the  Linux OS, I have been thinking for quite some time to try switching over to Linux to see what the other side is like. Well I have been doing reasearch on Linux and the GNU and I must say that Linus Torvalds is a genuis. Anyways what I wanted to ask was if anybody has the Linux Source Code that they might possibly post? I probally have a good idea how big it is and how many lines of code it might be so if its too big maybe somebody can send the file to me over aim or something? Thank you guys.
Title: Re: Newb to Unix-type operating system.
Post by: Ergot on May 14, 2006, 01:50:47 am
It's huge. www.kernel.org
Title: Re: Newb to Unix-type operating system.
Post by: Warrior on May 15, 2006, 06:24:29 pm
Well since you all love and seem to be doing most of your projects and other work on the  Linux OS, I have been thinking for quite some time to try switching over to Linux to see what the other side is like. Well I have been doing reasearch on Linux and the GNU and I must say that Linus Torvalds is a genuis. Anyways what I wanted to ask was if anybody has the Linux Source Code that they might possibly post? I probally have a good idea how big it is and how many lines of code it might be so if its too big maybe somebody can send the file to me over aim or something? Thank you guys.

Besides the fact that the majority of the work here is either on windows or cross platform you're right. Try Linux out, maybe you'll like it.
The Linux source code is huge (You better not have dialup) and I'm sorry (and mean no offense) but I don't think you'd be able to make much of any useful code in the Linux kernel. Really it's so intertwined with the rest of it'self that to understand one part you'd need to look up a dozen others. Also note that Linux is archetecture independant (for the most part, within reason)so a lot of any good implementation (on a hardware level) is split into archetectual branches.

With that said, good luck.
Title: Re: Newb to Unix-type operating system.
Post by: Joe on May 15, 2006, 10:36:40 pm
About overintwined software being useless for reading, I'd have to sign on that. I don't know how complex the kernel is but I bet it beats JavaOp1, and I had a hard time even reading that code.