Friday, January 16, 2009

Java or Linux Device Drivers 3rd Edition

Java: The Complete Reference

Author: Herbert Schildt

The world's leading programming author offers comprehensive coverage of the new Java release 

The definitive guide to Java has been fully expanded to cover every aspect of Java SE 6, the latest version of the world's most popular Web programming language. This comprehensive resource contains everything you need to develop, compile, debug, and run Java applications and applets.

Herbert Schildt is a leading authority on Java, C, C++, and C#. His programming books have sold more than 3.5 million copies worldwide and have been translated into all major foreign languages. Herb is the author of numerous bestsellers, including The Art of Java, Java: A Beginner's Guide, Swing: A Beginner's Guide, and many others.



Go to: Sandra Day OConnor or God in the White House

Linux Device Drivers, 3rd Edition

Author: Jonathan Corbet

This book, a classic entering its third edition, is a must-read for anyone who wants to support computer peripherals under the Linux operating system, wants to run new hardware under Linux, or is simply interested in Linux kernel programming in general. Linux Device Drivers reveals information-heretofore shared only by word of mouth or in cryptic source code comments-on how to write drivers for a wide range of devices.

The authors of the book are leaders in the Linux community. Jonathan Corbet is an occasional kernel contributor and the executive editor of the highly regarded LWN.net news and information site. Alessandro Rubini is a contributor to Linux code and a central figure in the vibrant Italian Linux community. Greg Kroah-Hartman is the current kernel maintainer for the USB, PCI, and driver core subsystems documented in this book.

This new edition has been competely updated for Version 2.6.10 of the Linux kernel. This version of the kernel has rationalized and simplified several ways of doing common tasks, such as plug and play, interaction with user space through the sysfs filesystem, and management of multiple devices on standard buses.

You don't have to be a kernel hacker to understand and enjoy Linux Device Drivers; all you need is an understanding of C and some background in Unix system calls. You'll learn how to write drivers for character devices, block devices, and network interfaces, guided by full-featured examples you can compile and run without special hardware. The PCI, USB, and tty (terminal) subsystems each get their own chapter. For those who are curious about how an operating system does its job, this book provides insights into address spaces, asynchronous events, and I/O.



Table of Contents:
1An introduction to device drivers1
2Building and running modules15
3Char drivers42
4Debugging techniques73
5Concurrency and race conditions106
6Advanced char driver operations135
7Time, delays, and deferred work183
8Allocating memory213
9Communicating with hardware235
10Interrupt handling258
11Data types in the kernel288
12PCI drivers302
13USB drivers327
14The Linux device model362
15Memory mapping and DMA412
16Block drivers464
17Network drivers497
18TTY drivers546

No comments:

Post a Comment