On Wednesday 28 March 2001 22:17, Dennis wrote:
> its seems that "make menuconfig" only allows you to select 1 processor
> type. it seems impossible that you cant build a generic kernel that
> supports different processors. Its this just a menuconfig bug?
>
> Dennis

You pick the lowest common denominator. If you want a kernel that runs 
everywhere (x86 arch), pick the plain old 386.

Or, read the menuconfig help :-)

CONFIG_M386:
This is the processor type of your CPU. This information is used for 
optimizing purposes. In order to compile a kernel that can run on all x86 CPU 
types (albeit not optimally fast), you can specify "386" here.                
                                               
The kernel will not necessarily run on earlier architectures than the one you 
have chosen, e.g. a Pentium optimized kernel will run on a PPro, but not 
necessarily on a i486.


Regards,
also Dennis :-)


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

Reply via email to