Results 1 to 5 of 5

Thread: Best book on Linux Kernel?

  1. #1
    Join Date
    Jan 2017
    Beans
    76

    Best book on Linux Kernel?

    Wondering if there are any up to date books on understanding linux kernel, what it does, how it works, etc? Thanks



    Was thinking;
    Linux Kernel in a Nutshell
    OR
    Understanding the Linux Kernel

    ^Both are orielly books, what you guys think? Thanks
    Last edited by ferfykins; December 30th, 2020 at 04:13 AM.

  2. #2
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Best book on Linux Kernel?

    Any dead-tree book is out of date because the Kernel is constantly changing.
    https://www.kernel.org/doc/

    Essentially, you'll need to read the source to be current, I would think. Reviewing the change logs and looking through the git changes over time will be highly enlightening. Linus has worked hard to ensure the entire set of kernel changes over time has been maintained in the version control systems.

  3. #3
    Join Date
    Dec 2020
    Beans
    0

    Re: Best book on Linux Kernel?

    Any dead-tree book is out of date because the Kernel is constantly changing.
    https://www.kernel.org/doc/

    Essentially, you'll need to read the source to be current, I would think. Helpful wrriting site https://homework-writer.com/ Reviewing the change logs and looking through the git changes over time will be highly enlightening. Linus has worked hard to ensure the entire set of kernel changes over time has been maintained in the version control systems.
    true
    but usually there is a like a list of essentials https://www.guru99.com/best-linux-books-beginners.html that everyone should start from
    Last edited by billw22; January 8th, 2021 at 09:27 PM.

  4. #4
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Best book on Linux Kernel?

    Quote Originally Posted by billw22 View Post
    true
    but usually there is a like a list of essentials https://www.guru99.com/best-linux-books-beginners.html that everyone should start from
    All good books - I've read a number of those. Would be helpful to know the Linux and programming skill level of the poster.
    http://linuxcommand.org/tlcl.php - is the free PDF for one of them. I've used it for a Beginning Linux course, covering about a chapter each week.

  5. #5
    Join Date
    Nov 2019
    Beans
    Hidden!

    Cool Re: Best book on Linux Kernel?

    The old ever changing standby. https://www.kernel.org/doc/html/latest/#
    I have been reading & Video - Kernel Development https://elinux.org/Kernel_Development
    Is it possible to install a Linux Kernel alone? You can technically install just a boot loader and the kernel alone, but as soon as the kernel boots, it will complain about not being able to start "init", then it will just sit there. I am starting to think I married a Kernel.

Bookmarks

Posting Permissions

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