Hands on the Kernel


Welcome to the Hands on The Kernel,

This project is meant to cover inside aspects of the Linux kernel development, throughout a series of "Hands on" articles that will focus a particular kernel subsystem. Each article does a systematic approach to a specific subject along with practical examples that will make it easier and funny to learn.

If you've found this project interesting you can also contribute with your articles or support the initiative.


Articles


The following table contains a list of the available articles:

Article Name Version Language Release Date
Introdução aos Linux Device Drivers (ILDD) 1.0 Portuguese 1/12/2007
Introduction to Linux Device Drivers (ILDD) 1.0 English soon

Hands on The Kernel News

Introduction to Linux Device Drivers (ILDD) - Portuguese Version


I'm proud to announce the first work released exclusively to adassumpcao.net!

Introduction to Linux Device Drivers is a course that introduces the basic principles of device driver development on the Linux kernel. This course is released under the Hands on the Kernel section and intends to provide the reader with the basic knowledge they need to develop the support for the vast majority of devices, introducing them to several tools and kernel sub-systems. Some of the hot topics are: the basic structure of a device driver, userspace communication , dynamic memory, asynchronous events, synchronization primitives and hardware communication.

By adassumpcao - Posted on December 2, 2007 - 23:24  |
Categories: