Thread: Changing kernels

  1. #1
    Registered User
    Join Date
    Nov 2002
    Posts
    82

    Post Changing kernels

    I have some questions about switching kernels:

    1. Is it possible to replace the kernel of one distro with another distro? (ie. Slackware distro with RedHat Kernel)

    2. How about using one Slackware variant's kernel on another Slackware variant? (ie. ZipSlack kernel on my DosLinux)

    3. Can I use an SCSI kernel even if I don't have any SCSI controller?

    Any opinion?

  2. #2
    Registered User
    Join Date
    Dec 2002
    Posts
    19
    hi, im no expert, just my opinions about your questions...

    1) i think it`s possible, but with many error when booting... another kernel means also another dependencies to modules and so on. and if you haven`t compiled the modules, you ll get at leat errors / warnings!

    2) same thing

    3) yes of course.. i.e. many users have enabled usb although they dont possess any usb-device!

    if you just want to replace the kernel with another one, you won`t be happy with it.. try to install a clean kernel ... make menuconfig, make bzimage, make modules, make modules_instal..

    there are a lots of tutos to setting up a new kernel... just google for them!

    wudmx

  3. #3
    Registered User whistlenm1's Avatar
    Join Date
    Jan 2002
    Posts
    124
    As I understand it, all DISTROS are built around the Linux Kernel. The difference would be the kernal version of the DISTROS, and how your respective distro would allow you to change your kernel, so yeah I believe you can change the kernel.
    Man's mind once streched by a new idea, never regains its original dimensions
    - Oliver Wendell Holmes

    In other words, if you teach your cat to bark (output) and eat dog food (input) that doesn't make him a dog. It would have to chase cars, chew bones, and have puppies before I'd call it Rover ;-)
    - WaltP

  4. #4
    Registered User unixOZ's Avatar
    Join Date
    Feb 2002
    Posts
    91
    1. Is it possible to replace the kernel of one distro with another distro? (ie. Slackware distro with RedHat Kernel)
    No you cannot, redhat kernel is made for the specific distro, I recommend you download a real kernel and compile it.

    2. How about using one Slackware variant's kernel on another Slackware variant? (ie. ZipSlack kernel on my DosLinux)
    I dont think so, but Im not sure.

    3. Can I use an SCSI kernel even if I don't have any SCSI controller?
    You can emulate SCSI by compiling the SCSI emulation option in the kernel and by passing the boot option in lilo: append = "ide-hdx"

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Advice changing a function please
    By cjohnman in forum C Programming
    Replies: 16
    Last Post: 05-12-2008, 12:56 PM
  2. Changing windows without changing?
    By Lionmane in forum Windows Programming
    Replies: 7
    Last Post: 10-19-2005, 11:41 AM
  3. [C++/WinAPI] Changing bitmap contrast
    By jagi in forum Windows Programming
    Replies: 0
    Last Post: 03-27-2005, 03:51 PM
  4. Changing font in rich edit, without affecting undo buffer
    By jverkoey in forum Windows Programming
    Replies: 3
    Last Post: 01-17-2004, 08:54 PM
  5. Changing Workspace Names
    By TechNeck in forum C++ Programming
    Replies: 1
    Last Post: 09-16-2001, 07:27 AM