The Linux Kernel Module Programming Guide: differenze tra le versioni

Da Guide@Debianizzati.Org.
Vai alla navigazione Vai alla ricerca
(Nuova pagina: {{Box|Copyright|The Linux Kernel Module Programming Guide is a free book; you may reproduce and/or modify it under the terms of the Open Software License, version 1.1. You can obtain a...)
 
Nessun oggetto della modifica
Riga 10: Riga 10:


{{Warningbox|'''Libro in traduzione'''. Chiunque voglia unirsi al progetto di traduzione è ben accetto: per informazioni scrivete pure [mailto:madamezou@yahoo.it qui]}}
{{Warningbox|'''Libro in traduzione'''. Chiunque voglia unirsi al progetto di traduzione è ben accetto: per informazioni scrivete pure [mailto:madamezou@yahoo.it qui]}}
----
==Sommario==
#[[LKMPG: Prefazione|Prefazione]]
#[[LKMPG: Introduzione|Introduzione]]
#[[LKMPG: Ciao Mondo|Ciao Mondo]]
#[[LKMPG: Fasi preliminari|Fasi preliminari]]
#[[LKMPG: Comportamento dei driver dei device|Comportamento dei driver dei device]]
#[[LKMPG: Il filesystem /proc|Il filesystem /proc]]
#[[LKMPG: Usare /proc per l'input|Usare /proc per l'input]]
#[[LKMPG: Comunicare con i file dei device|Comunicare con i file dei device]]
#[[LKMPG: Chiamate di sistema|Chiamate di sistema]]
#[[LKMPG: Bloccare i processi|Bloccare i processi]]
#[[LKMPG: Rimpiazzare printk|Rimpiazzare printk]]
#[[LKMPG: Pianificare compiti|Pianificare compiti]]
#[[LKMPG: I gestori degli interrupt|I gestori degli interrupt]]
#[[LKMPG: Multi-processing simmetrico|Multi-processing simmetrico]]
#[[LKMPG: Insidie comuni|Insidie comuni]]
#[[LKMPG: Appendice A|Appendice A]]
#[[LKMPG: Appendice B|Appendice B]]

Versione delle 11:15, 12 apr 2010

Info.png Copyright
The Linux Kernel Module Programming Guide is a free book; you may reproduce and/or modify it under the terms of the Open Software License, version 1.1. You can obtain a copy of this license at http://opensource.org/licenses/osl.php.

This book is distributed in the hope it will be useful, but without any warranty, without even the implied warranty of merchantability or fitness for a particular purpose.

The author encourages wide distribution of this book for personal or commercial use, provided the above copyright notice remains intact and the method adheres to the provisions of the Open Software License. In summary, you may copy and distribute this book free of charge or for a profit. No explicit permission is required from the author for reproduction of this book in any medium, physical or electronic.

Derivative works and translations of this document must be placed under the Open Software License, and the original copyright notice must remain intact. If you have contributed new material to this book, you must make the material and source code available for your revisions. Please make revisions and updates available directly to the document maintainer, Peter Jay Salzman [1].This will allow for the merging of updates and provide consistent revisions to the Linux community.

If you publish or distribute this book commercially, donations, royalties, and/or printed copies are greatly appreciated by the author and the Linux Documentation Project (LDP). Contributing in this way shows your support for free software and the LDP. If you have questions or comments, please contact the address above.


Warning.png ATTENZIONE
Libro in traduzione. Chiunque voglia unirsi al progetto di traduzione è ben accetto: per informazioni scrivete pure qui




Sommario

  1. Prefazione
  2. Introduzione
  3. Ciao Mondo
  4. Fasi preliminari
  5. Comportamento dei driver dei device
  6. Il filesystem /proc
  7. Usare /proc per l'input
  8. Comunicare con i file dei device
  9. Chiamate di sistema
  10. Bloccare i processi
  11. Rimpiazzare printk
  12. Pianificare compiti
  13. I gestori degli interrupt
  14. Multi-processing simmetrico
  15. Insidie comuni
  16. Appendice A
  17. Appendice B