Jump to content

kernel config question


Lagrosse
 Share

Recommended Posts

Now that I have almost everything working, networking included, I can ask another question I've ran into.

While searching through almost every file that is in this installation I came across this in /boot/config-2.4.8-26mdk file

 

# Processor type and features

#

# CONFIG_M386 is not set

# CONFIG_M486 is not set

CONFIG_M586=y

# CONFIG_M586TSC is not set

# CONFIG_M586MMX is not set

Now this machine is an i586MMX, it even displays it on the boot screen and in all the system detect files and hard drake. So why didn't the install detect it and take advantage of it, or is there something that I'm not aware of.

 

<note to admin> I did try search on this question first. Tried different search parameters with no joy.

Link to comment
Share on other sites

Install is i586 for everyone. The /boot/config-2.4.8-26mdk file is a copy of

/usr/src/linux/.config

IF the kernel-source-2.4.8-26mdk is installed. If you were to do a custom compile, one of the steps when the actual compile is done is (while in the linux dir);

cp .config /boot/config-x.x.x-xmdk

 

So, what you see is a copy of the config file for a precompiled kernel to generically install on the generic i586 arch.

 

Does that answer your question?

Link to comment
Share on other sites

ahhhhh!!, (light coming on)

I understood that it was a copy of the install config files.

I was not aware that i586 was a generic install. I, erroneously it seems, thought there was some detection involved during install. I've seen the different kernels in the RPMs so I had thought they loaded as needed.

live and learn

Thank you.

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...