Building custom kernel in FreeBSD 9

I did an SVN checkout of /usr/src for Release 9, but i seem to miss files for building custom kernel.

/usr/src/sys/i386 is empty now

Will these be added later?
 
UNIXgod: There's nothing wrong with using Subversion to checkout the source tree. And, eventually, it will replace csup.

ratattack: What's the exact command that you used to checkout the svn source?
 
I used first
Code:
svn checkout svn://svn.freebsd.org/base/releng/9.0/ .
but then I didn't get all the files in /usr/src.

With CVSUP and standard-supfile I got all sources.
 
Back
Top