Trilight Zone Forum Index Trilight Zone
Privacy & Anonymity is our speciality !
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Getting the kernel source via cvs

 
Post new topic   Reply to topic    Trilight Zone Forum Index -> Other Unix
Author Message
thedark
Second Lieutenant


Joined: 30 Jul 2005
Posts: 1074

PostPosted: Thu Aug 04, 2005 11:18 am    Post subject: Getting the kernel source via cvs Reply with quote

The kernel source should be in '/usr/src/sys' but if it isn't there then you've forgotten
to install it.

You can get the latest one via CVS:

Set CVSROOT to :pserver:anoncvs@anoncvs.FreeBSD.org:/home/ncvs :

root@host:/#export CVSROOT=:pserver:anoncvs@anoncvs.FreeBSD.org:/home/ncvs

Now go to the dir where you would like to put the source and type:

root@host:/tmp/cvstrail#cvs checkout src/sys

to get the entire kernel source. If you'll have to enter a password: it is 'anoncvs'.

If you want to put the source imediatly in the correct directory do this:

root@host:/#cd /usr
root@host:/usr#cvs checkout src/sys
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Trilight Zone Forum Index -> Other Unix All times are GMT
Page 1 of 1

 


Powered by phpBB © 2001, 2005 phpBB Group