kernel info question

2005-01-26 Thread Andrew L. Gould
I'm about to recompile a kernel on a computer with an AMD K6-2 450 processor. Is the K6-2 an i586 or i686 CPU? Thanks, Andrew ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, se

Re: kernel info question

2005-01-25 Thread Karol Kwiatkowski
Andrew L. Gould wrote: > I'm about to recompile a kernel on a computer with an AMD K6-2 450 > processor. Is the K6-2 an i586 or i686 CPU? I *think* it's i586 but have a look at dmesg output. There should be something like: # dmesg | grep CPU CPU: AMD Athlon(tm) XP 2000+ (1674.44-MHz 686-class

Re: kernel info question

2005-01-25 Thread Karol Kwiatkowski
Andrew L. Gould wrote: > On Tuesday 25 January 2005 04:37 pm, Karol Kwiatkowski wrote: > >>Andrew L. Gould wrote: >> >>>I'm about to recompile a kernel on a computer with an AMD K6-2 450 >>>processor. Is the K6-2 an i586 or i686 CPU? >> >>I *think* it's i586 but have a look at dmesg output. >> >>

Re: kernel info question

2005-01-25 Thread Andrew L. Gould
On Tuesday 25 January 2005 05:06 pm, Karol Kwiatkowski wrote: > Andrew L. Gould wrote: > > On Tuesday 25 January 2005 04:37 pm, Karol Kwiatkowski wrote: > >>Andrew L. Gould wrote: > >>>I'm about to recompile a kernel on a computer with an AMD K6-2 450 > >>>processor. Is the K6-2 an i586 or i686 CP

Re: kernel info question

2005-01-25 Thread Karol Kwiatkowski
Andrew L. Gould wrote: > On Tuesday 25 January 2005 05:06 pm, Karol Kwiatkowski wrote: > >>Andrew L. Gould wrote: >> >>>On Tuesday 25 January 2005 04:37 pm, Karol Kwiatkowski wrote: >>> Andrew L. Gould wrote: >I'm about to recompile a kernel on a computer with an AMD K6-2 450 >pro

Re: kernel info question

2005-01-25 Thread Giorgos Keramidas
On 2005-01-25 17:15, "Andrew L. Gould" <[EMAIL PROTECTED]> wrote: > I'm selecting CPU types in the kernel configuration file, which lists > only i386, i486, i586 and i686. AFAIK, and I may be a bit wrong here, if you don't really expect to move disks around and actually run this kernel on a 486-cl

Re: kernel info question

2005-01-25 Thread Andrew L. Gould
On Tuesday 25 January 2005 05:32 pm, Giorgos Keramidas wrote: > On 2005-01-25 17:15, "Andrew L. Gould" <[EMAIL PROTECTED]> wrote: > > I'm selecting CPU types in the kernel configuration file, which > > lists only i386, i486, i586 and i686. > > AFAIK, and I may be a bit wrong here, if you don't real

Re: kernel info question

2005-01-25 Thread Giorgos Keramidas
On 2005-01-25 19:08, Andrew L. Gould wrote: On Tuesday 25 January 2005 05:32 pm, Giorgos Keramidas wrote: On 2005-01-25 17:15, "Andrew L. Gould" <[EMAIL PROTECTED]> wrote: I'm selecting CPU types in the kernel configuration file, which lists only i386, i486, i586 and i686. AFAIK, and I may be a bit

RE: kernel info question

2005-01-25 Thread Subhro
reebsd- > [EMAIL PROTECTED] On Behalf Of Andrew L. Gould > Sent: Wednesday, January 26, 2005 3:56 > To: Freebsd-Questions (E-mail) > Subject: kernel info question > > I'm about to recompile a kernel on a computer with an AMD K6-2 450 > processor. Is the K6-2 an i586 or i6