FreeBSD For The Linux Administrator
LinuxWorld carries an article by Michael Lucas, Customizing The FreeBSD Kernel. The twist is that it's written partly from the perspective of a Linux user, highlighting the similarities and differences between the two systems.
That would be cool if it could generate pre-built kernels or custom installation floppies that way via the web :)
...the article in question contains multiple factual errors. The general feeling I get from reading it is that it obscures rather than clarifies the issue. FreeBSD does have a handbook which goes to some lengths to explain these things. Oh, and people, never do "make depend all install" like the article suggests. Make doesn't rescan the dependency file after the "depend" step, so the kernel is built with possibly incorrect dependency information.
--