Find the answer to your Linux question:
Results 1 to 5 of 5
Hello, I have a dumb question, in that where is the Debian Kernal files stored on the system? Thanks.......
  1. #1
    Just Joined!
    Join Date
    Mar 2005
    Posts
    65

    Kernal location



    Hello,
    I have a dumb question, in that where is the Debian Kernal files stored on the system?
    Thanks....

  2. #2
    Linux Engineer
    Join Date
    Oct 2004
    Location
    Vancouver
    Posts
    1,366
    should be in /usr/src/linux...you may have to apt-get them though...
    Operating System: GNU Emacs

  3. #3
    Linux User St. Joe's Avatar
    Join Date
    Jun 2005
    Location
    USA
    Posts
    271
    Depends on what kernel files you are looking for.
    There are also kernel related files in the /boot path.

  4. #4
    Linux Guru kkubasik's Avatar
    Join Date
    Mar 2004
    Location
    Lat: 39:03:51N Lon: 77:14:37W
    Posts
    2,396
    The 'kernel' itself (the actual booted binary) will be stored in /boot generaly, but is of little use unless you plan to copy it as a backup the /usr/src/linux will contain the sources/headers for the current Kernel you are running, these files can be manipulated, and this directory is the one that you would

    make menu_config && make install

    if you were to be compiling on your own.
    Avoid the Gates of Hell. Use Linux
    A Penny for your Thoughts

    Formerly Known as qub333

  5. #5
    Linux Guru loft306's Avatar
    Join Date
    Oct 2003
    Location
    The DairyLand
    Posts
    1,666
    and actualy the kernel sources are in /usr/src then there is a symlink from the current sources to /usr/src/linux
    ~Mike ~~~ Forum Rules
    Testing? What's that? If it compiles, it is good, if it boots up, it is perfect. ~ Linus Torvalds
    http://loft306.org

Posting Permissions

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