Re: kernel options for cd project with processor family

From: Jesper Juhl
Date: Tue Aug 02 2005 - 13:59:22 EST


On 8/2/05, Michael D. Setzer II <mikes@xxxxxxxxxxxxxxxx> wrote:
> I'm working on the ghost for linux project, which uses various
> kernels. The older version 0.14 version had two kernels that support
> some configurations. I've added a number of additional builds
> adding extra features, but left earlier version in case the later
> additions didn't work with hardware. The bzImage6 is the latest and
> it works with most hardware, but I found it didn't work on a K6, since
> it was build with the Pentium Pro Family. I was able to build one with
> the K6 family, and it worked. I had used one of the original kernels
> with a K6 before, but this one had a network card that wasn't
> supported by it.
>
> I've built a test set of kernels with the same configuration as the
> bzImage6, but changed the Processor family. Below is a list of the
> build. I'm interested in which ones would make a difference. I would
> think that the 386 version would probable work on all hardware, but
> at what cost in performance for creating and restoring the disk
> images. G4L uses basically dd, gzip, lzop, bzop, ncftpget, and
> ncftpput. With all these images, the g4l iso image is 50MB.
>
I'm a Slackware Linux user, and for ages Slackware kernels were build
for i386, releatively recently that was changed to i486 - my point
with this is that while my own custom kernels are slightly faster when
build for my K7, they are not significantly faster than the stock
distro kernels - I mean, I can mesure a difference with benchmarks,
but I don't actually feel/notice the difference. So, for something
like your project I'd say build the kernel for i386 or i486 and have
it run on as many boxes as possible and don't loose sleep over loosing
performance from that.

--
Jesper Juhl <jesper.juhl@xxxxxxxxx>
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please http://www.expita.com/nomime.html
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/