On Sat, 5 Feb 2005, Man-wai Chang wrote: > what should I do to make sure that the kernel would be compiled for i686? Download the source (kernel.org), configure it (make menuconfig) for i686 and build it (make && make modules_install). In other words, the normal kernel install procedure if you were building your own kernel...