Find the answer to your Linux question:
Results 1 to 5 of 5
This isn't a problem really but I have to ask. When I compiled my last kernel in Lenny, I ended up with an smp kernel. In /boot for example: (vmlinuz-2.6.23.9-custom-smp) ...
  1. #1
    Just Joined!
    Join Date
    Nov 2007
    Posts
    14

    A quick kernel compile question

    This isn't a problem really but I have to ask. When I compiled my last kernel in Lenny, I ended up with an smp kernel. In /boot for example: (vmlinuz-2.6.23.9-custom-smp) Most of the time I don't compile an smp kernel so I know I do something different when I do xconfig. Not complaining cuz it works great. I just want to know how I get an smp kernel on occasion.

    Thanks jonycat


    Oops, if a mod sees this you may want to move to the Kernel Forum
    sorry.

  2. #2
    Linux Engineer aliov's Avatar
    Join Date
    Dec 2006
    Location
    Geneva,Beirut
    Posts
    1,078
    I prefer to use make menuconfig :

    So in :
    Processor type and features --->[*] Symmetric multi-processing support

    as for the name of the kernel you can play with it
    General setup --->
    (-smp) Local version - append to kernel release ( here you can change the kernel name and modules) .
    Linux is not only an operating system, it's a philosophy.
    Archost.

  3. #3
    Just Joined!
    Join Date
    Nov 2007
    Posts
    14
    Thanks aliov
    Yea I know I can give my kernel a name I was just wondering what I do to end up with an smp kernel

    Thank You jonycat

  4. #4
    Just Joined!
    Join Date
    Dec 2007
    Posts
    31
    If I'm not mistaken an smp kernel is a slackware kernel correct? How you got an smp kernel depends on how you downloaded the kernel using wget? or from The Linux Kernel Archives and then extracting and building everything on your own?

  5. #5
    Linux Engineer aliov's Avatar
    Join Date
    Dec 2006
    Location
    Geneva,Beirut
    Posts
    1,078
    Quote Originally Posted by stoked View Post
    If I'm not mistaken an smp kernel is a slackware kernel correct?
    No, SMP is symmetric multi processor, the kernel is always the same, but the Linux kernel is very flexible, you can configure it to support many CPU and for many architecture
    Linux is not only an operating system, it's a philosophy.
    Archost.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •