Results 1 to 3 of 3

Thread: need some good linux kernel programming tutorials

  1. #1

    need some good linux kernel programming tutorials

    i need some good tutorials on how to write programs for linux kernel like modifying the kernel, utilities that use the basic core functionality.

  2. #2

    Re: need some good linux kernel programming tutorials

    Originally posted here by infyquest
    i need some good tutorials on how to write programs for linux kernel like modifying the kernel, utilities that use the basic core functionality.
    Try this:

    http://kernelnewbies.org/documents/k...kernelapi.html

  3. #3
    a friend of mine has given me these links for linux kernel source guides

    1)The Linux Kernel
    http://sunsite.unc.edu/linux/LDP/tlk/tlk.html

    2)Conceptual Architecture of Linux Kernel
    http://plg.waterloo.ca/~itbowman/papers/cs746G-a1.html

    3)Concrete Architecture of Linux Kernel
    http://plg.waterloo.ca/~itbowman/papers/cs746G-a2.html
    http://plg.waterloo.ca/~itbowman/linuxcase.html

    4) Tour of Linux Kernel Source
    www.geocities.com/vijoc/tolks/tolks.html

    5) Linux 2.4 Kernel Internals
    www.moses.uklinux.net/patches/lki.html

Posting Permissions

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