Subject: Re: getting the kernal source and a whole lot more...
To: None <netbsd-users@netbsd.org>
From: None <spam1@dberg.net>
List: netbsd-users
Date: 03/04/2004 01:33:56
On Wed, Mar 03, 2004 at 04:53:49PM -0500, Sam Carleton wrote:
...
> cvs -d $CVSROOT update -rnetbsd-BRANCH -PAd src
>
> and that src does seam to be over 500 megs. Is that
> right? Or did I get too much?
...
You ended up with kernel plus userland source. Slightly changing
the command to
cvs -d $CVSROOT update -rnetbsd-BRANCH -PAd src/sys
instead, would narrow the retreival to just kernel source (albeit,
kernel source for all platforms...).
The old kernel source tarballs also tended to include a usr.sbin
directory with source to "config", which you might need, but would
have to checkout separately in this case.
Cheers, --Dave