X

Writing Linux Device Drivers: a guide with exercises

Product ID : 5237982
4.1 out of 5 stars


Galleon Product ID 5237982
Shipping Weight 1.93 lbs
I think this is wrong?
Model
Manufacturer CreateSpace Independent Publishing Platform
Shipping Dimension 9.69 x 7.44 x 0.91 inches
I think this is wrong?
-
2,932

*Price and Stocks may change without prior notice
*Packaging of actual item may differ from photo shown
  • Electrical items MAY be 110 volts.
  • 7 Day Return Policy
  • All products are genuine and original
  • Cash On Delivery/Cash Upon Pickup Available

Pay with

About Writing Linux Device Drivers: A Guide With Exercises

Writing Linux Device Drivers is designed to show experienced programmers how to develop device drivers for Linux systems, and give them a basic understanding and familiarity with the Linux kernel. Upon mastering this material, you will be familiar with the different kinds of device drivers used under Linux, and know the appropriate API's through which devices (both hard and soft) interface with the kernel. The purpose is to get you into coding as quickly as possible. Thus we'll tell you early on how to dynamically allocate memory in the simplest way, so you can actually write code, and then later cover the subject more thoroughly. Each section has exercises, most of which involve writing code, designed to help you gain familiarity with programming for the Linux kernel. Solutions are provided. We are not aiming for an expert audience, but instead for a competent and motivated one.