Re: [newbie] Kernel of MDK 9 compiled for i686

2002-09-09 Thread Mark Weaver
Olaf Marzocchi wrote: > Is there a kernel compiled for i686 in the MDK9? > > I heard that RH includes 3 kernel compiles in his distro: i486 (useless > for MDK), i686 and athlon. > > I think a good idea would be to ship 3 kernels and let only the expert > user choose (during install): i586, i68

RE: [newbie] Kernel of MDK 9 compiled for i686

2002-09-07 Thread Franki
I agree strongly, particularly for the AMD kernel... someone should do some real testing with the latest GCC and create a "real" AMD optimised kernel... since I use amd's whenever the chance allows me. rgds Frank -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On

Re: [newbie] Kernel of MDK 9 compiled for i686

2002-09-07 Thread Olaf Marzocchi
At 15.49 07/09/2002, you wrote: >On Friday September 6 2002 06:19 pm, Olaf Marzocchi wrote: > > Is there a kernel compiled for i686 in the MDK9? > >No, but it's very easy to compile one. Just edit the section of >/usr/src/linux/.config and comment out the arch you don't want (eg, 586) >and en

Re: [newbie] Kernel of MDK 9 compiled for i686

2002-09-07 Thread Tom Brinkman
On Friday September 6 2002 06:19 pm, Olaf Marzocchi wrote: > Is there a kernel compiled for i686 in the MDK9? No, but it's very easy to compile one. Just edit the section of /usr/src/linux/.config and comment out the arch you don't want (eg, 586) and enable the one you do (eg, k7). # Proces