> Message: 7 > Date: Thu, 02 May 2002 19:37:02 +0700 > From: David Sudjiman <[EMAIL PROTECTED]> > Subject: config on kernel > To: [EMAIL PROTECTED] > Reply-To: [EMAIL PROTECTED] > > Guys, > > I just ran my kernel-source and found several configs on my > /usr/src/linux-2.4/configs such as > > kernel-2.4.7-athlon.config > kernel-2.4.7-athlon-smp.config > > kernel-2.4.7-i386.config > kernel-2.4.7-i386-smp.config > kernel-2.4.7-i586.config > kernel-2.4.7-i586-smp.config > kernel-2.4.7-i686.config > kernel-2.4.7-i686-debug.config > kernel-2.4.7-i686-enterprise.config > kernel-2.4.7-i686-smp.config > > if I do make config, which one is the configuration stored? I'm using > PentiumIII/450 (I'm sure it's not athlon :-))
None of the above. "make config" stores the configuration in the file "/usr/src/linux-2.4/.config". The files in configs/ are Red Hat stock kernel configurations. If you want to build a stock kernel (or you want to start from a stock kernel and customize it slightly), copy the appropriate config file to .config and run "make oldconfig". If you want to make changes you can then run "make config" although I would recommend "make menuconfig" or "make xconfig" if you're only making a few changes. > > thx > _______________________________________________ Seawolf-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/seawolf-list
