On Sun 30 Oct 2005 at 05:39AM, vivek wrote: > Hi, > I am new to this forum. I just downloaded the source code. Extracted > it. But, What next... I am not able to understand how to get on with > the code? Where do I find it?.... I thought the whole code would be in > one document. Please guide me in this reagard.
Vivek, I guess it depends on what you want to do with the code. Yes, it is extremely large; it's an Operating system after all :) If you just want to read the code, I recommend using the source code browser at http://cvs.opensolaris.org, which has very nice search features. The code is all rooted at usr/src. Commands are at usr/src/cmd, libraries at usr/src/lib, the kernel at usr/src/uts, etc. If you want to build the code, and do stuff with it, you'll want to thoroughly read the Developer Guide: http://www.opensolaris.org/os/community/onnv/devref_toc Best of luck, -dp -- Daniel Price - Solaris Kernel Engineering - [EMAIL PROTECTED] - blogs.sun.com/dp _______________________________________________ opensolaris-code mailing list [email protected] https://opensolaris.org:444/mailman/listinfo/opensolaris-code
