Linux Kernel Programming Part 2 - Char Device Drivers and Kernel Synchronization - Billimoria, Kaiwan N
- Format: Broché Voir le descriptif
Vous en avez un à vendre ?
Vendez-le-vôtreExpédition rapide et soignée depuis l`Angleterre - Délai de livraison: entre 10 et 20 jours ouvrés.
Nos autres offres
-
77,99 €
Occasion · Comme Neuf
Ou 19,50 € /mois
- Livraison : 25,00 €
- Livré entre le 10 et le 20 avril
Service client à l'écoute et une politique de retour sans tracas - Livraison des USA en 3 a 4 semaines (2 mois si circonstances exceptionnelles) - La plupart de nos titres sont en anglais, sauf indication contraire. N'hésitez pas à nous envoyer un e-... Voir plus
- Payez directement sur Rakuten (CB, PayPal, 4xCB...)
- Récupérez le produit directement chez le vendeur
- Rakuten vous rembourse en cas de problème
Gratuit et sans engagement
Félicitations !
Nous sommes heureux de vous compter parmi nos membres du Club Rakuten !
TROUVER UN MAGASIN
Retour
Avis sur Linux Kernel Programming Part 2 - Char Device Drivers And Kernel Synchronization Format Broché - Livre Informatique
0 avis sur Linux Kernel Programming Part 2 - Char Device Drivers And Kernel Synchronization Format Broché - Livre Informatique
Donnez votre avis et cumulez 5
Les avis publiés font l'objet d'un contrôle automatisé de Rakuten.
-
Remarques Sur Les Couleurs Suivi De Le Vu, Le Peint Et Le Parlé
Occasion dès 49,97 €
-
Stone Age - Ancient Castles Of Europe
1 avis
Occasion dès 44,00 €
-
Mystical Shaman Oracle
4 avis
Neuf dès 46,37 €
Occasion dès 27,45 €
-
L'amica Geniale. Edizione Completa
Occasion dès 70,19 €
-
De Lemdr À La Thérapie Mosaic Guérir Sans Douleur Les Traumatismes Psychologiques
Occasion dès 62,50 €
-
Rinascimento Da Brunelleschi A Michelangelo - La Rappresentazione Dell'architettura A Cura Di Henry Millon E Vittorio Magnago Lampugnani . /. Bompiani 1994
Occasion dès 40,00 €
-
The Art Of Trading Card Game
2 avis
Occasion dès 32,85 €
-
L¿Art Érotique Japonais, Le Monde Secret Des Shunga
Occasion dès 34,00 €
-
The Acme Novelty Date Book
1 avis
Neuf dès 47,03 €
Occasion dès 28,45 €
-
Grammatik Aktiv - Deutsch Als Fremdsprache - B2/C1
Neuf dès 37,15 €
-
The Art Of Computer Programming 1. Fundamental Algorithms
Occasion dès 45,99 €
-
Complete Masterworks
3 avis
Neuf dès 35,73 €
-
Water Fuel Cell
Neuf dès 31,01 €
-
Le Cul De La Femme - Une Collection De Portraits De Pierre Louÿs (1892-1914)
5 avis
Occasion dès 69,00 €
-
The Golden Cage The Enigma Of Anorexia Nervosa
Occasion dès 50,05 €
-
L'idiotisme - Dictionnaire D'expressions Idiomatiques Français-Anglais Et Anglais-Français
Neuf dès 49,00 €
Occasion dès 37,39 €
-
Vw Polo Petrol & Diesel (02 - Sept 09) Haynes Repair Manual
Neuf dès 40,01 €
-
Roy Decarava: A Retrospective
Occasion dès 36,34 €
-
Eurospy Guide
1 avis
Neuf dès 26,73 €
Occasion dès 52,99 €
-
Albert Oehlen
Occasion dès 70,00 €
Produits similaires
Présentation Linux Kernel Programming Part 2 - Char Device Drivers And Kernel Synchronization Format Broché
- Livre Informatique
Résumé :
Discover how to write high-quality character driver code, interface with userspace, work with chip memory, and gain an in-depth understanding of working with hardware interrupts and kernel synchronization
Key Features:Delve into hardware interrupt handling, threaded IRQs, tasklets, softirqs, and understand which to use when
Explore powerful techniques to perform user-kernel interfacing, peripheral I/O and use kernel mechanisms
Work with key kernel synchronization primitives to solve kernel concurrency issues
Book Description:
Linux Kernel Programming Part 2 - Char Device Drivers and Kernel Synchronization is an ideal companion guide to the Linux Kernel Programming book. This book provides a comprehensive introduction for those new to Linux device driver development and will have you up and running with writing misc class character device driver code (on the 5.4 LTS Linux kernel) in next to no time.
You'll begin by learning how to write a simple and complete misc class character driver before interfacing your driver with user-mode processes via procfs, sysfs, debugfs, netlink sockets, and ioctl. You'll then find out how to work with hardware I/O memory. The book covers working with hardware interrupts in depth and helps you understand interrupt request (IRQ) allocation, threaded IRQ handlers, tasklets, and softirqs. You'll also explore the practical usage of useful kernel mechanisms, setting up delays, timers, kernel threads, and workqueues. Finally, you'll discover how to deal with the complexity of kernel synchronization with locking technologies (mutexes, spinlocks, and atomic/refcount operators), including more advanced topics such as cache effects, a primer on lock-free techniques, deadlock avoidance (with lockdep), and kernel lock debugging techniques.
By the end of this Linux kernel book, you'll have learned the fundamentals of writing Linux character device driver code for real-world projects and products.
What You Will Learn:Get to grips with the basics of the modern Linux Device Model (LDM)
Write a simple yet complete misc class character device driver
Perform user-kernel interfacing using popular methods
Understand and handle hardware interrupts confidently
Perform I/O on peripheral hardware chip memory
Explore kernel APIs to work with delays, timers, kthreads, and workqueues
Understand kernel concurrency issues
Work with key kernel synchronization primitives and discover how to detect and avoid deadlock
Who this book is for:
An understanding of the topics covered in the Linux Kernel Programming book is highly recommended to make the most of this book. This book is for Linux programmers beginning to find their way with device driver development. Linux device driver developers looking to overcome frequent and common kernel/driver development issues, as well as perform common driver tasks such as user-kernel interfaces, performing peripheral I/O, handling hardware interrupts, and dealing with concurrency will benefit from this book. A basic understanding of Linux kernel internals (and common APIs), kernel module development, and C programming is required.
Biographie:
Kaiwan N Billimoria taught himself BASIC programming on his dad's IBM PC back in 1983. He was programming in C and Assembly on DOS until he discovered the joys of Unix, and by around 1997, Linux!
Kaiwan has worked on many aspects of the Linux system programming stack, including Bash scripting, system programming in C, kernel internals, device drivers, and embedded Linux work. He has actively worked on several commercial/FOSS projects. His contributions include drivers to the mainline Linux OS and many smaller projects hosted on GitHub. His Linux passion feeds well into his passion for teaching these topics to engineers, which he has done for well over two decades now. He's also the author of Hands-On System Programming with Linux. It doesn't hurt that he is a recreational ultrarunner too.
Détails de conformité du produit
Personne responsable dans l'UE