Re: How to help new comers trying the v2.5x series kernels.

Sam Ravnborg (sam@ravnborg.org)
Sat, 21 Dec 2002 20:05:03 +0100


On Sun, Dec 22, 2002 at 02:30:13AM +0800, Sampson Fung wrote:
> Where is the default .config? I am eager to have a try.

Try "make help"

That will teach you about:
make defconfig <= Linus's own configuration (well more or less)
make allnoconfig <= Minimal config, but often it does not compile

The reason "allnoconfig" often fails, is that for example some part of
the kernel may assume networking to be enabled. And in general
only few people try "allnoconfig", because the resulting kernel is
seldom of any use.

Sam
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/