LKMPG: Prefazione

Da Guide@Debianizzati.Org.
Vai alla navigazione Vai alla ricerca
The Linux Kernel Module Programming Guide

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


Sull'autore

La Linux Kernel Module Programming Guide fu originariamente scritta per i kernel della versione 2.2 da Ori Pomerantz.
Successivamente, però, Ori non ha più avuto il tempo di mantenere aggiornata la guida: il kernel Linux, dopotutto, è un bersaglio in movimento. Lo ha quindi sostituito Peter Jay Salzman per quanto riguarda gli aggiornamenti relativi ai kernel 2.4; ma lo stesso Peter non aveva il tempo di seguire anche gli sviluppi del kernel 2.6: pertanto, Micheal Burian è diventato co-manutentore e si occupa di aggiornare il documento per quanto riguarda i kernel 2.6.

Versioni e Note

The Linux kernel is a moving target. There has always been a question whether the LKMPG should remove deprecated information or keep it around for historical sake. Michael Burian and I decided to create a new branch of the LKMPG for each new stable kernel version. So version LKMPG 2.4.x will address Linux kernel 2.4 and LKMPG 2.6.x will address Linux kernel 2.6. No attempt will be made to archive historical information; a person wishing this information should read the appropriately versioned LKMPG.

The source code and discussions should apply to most architectures, but I can't promise anything. One exception is Chapter 12, Interrupt Handlers, which should not work on any architecture except for x86.

Ringraziamenti

The following people have contributed corrections or good suggestions: Ignacio Martin, David Porter, Daniele Paolo Scarpazza, Dimo Velev, Francois Audeon and Horst Schirmeier.