Unix Code

Hi,
Does anyone know where I can find the full unix source code online?
Thanks

Most commercial vendors of Unix do not release their source code. You can find the source for Linux and FreeBSD very easily though. Check www.kernel.org and www.freebsd.org respectively.

Thanks PxT but can you give me an exact web address?
I had a little trouble trying to access the information

Latest stable linux source code tarball: http://www.kernel.org/pub/linux/kernel/v2.4/linux-2.4.18.tar.gz

Ok, thanks PxT but what about the unix source code?

Also, can anybody give me a web address of where i can find a full source code, such as 250,000m lines of text?
I dont want little snips and cuts of the code I want the full thing.
Thanks

There is no one place.
You will have to poke around a little.
The address PxT gave you above will get you the Linux kernel. Most of the core utilities (commands) are GNU (www.gnu.org).

You can check out the source online via CVS for the *BSD projects.
Look at ftp://ftp.freebsd.org/pub/FreeBSD/development/FreeBSD-CVS to mirror the entire source tree for FreeBSD Unix.

Even better, which Unix are you looking for source to? And why? If you want to compile a full system, why?

Plus, there is no one big ol' source file for ANY unix.

I was looking for the Linux source code.
Thanks your your help.
I am looking to create a small operating system just as a small hobby.
I will post a message when I feel I have something that is worth showing.