FreeBSD device drivers : a guide for the intrepid /
FreeBSD Device Drivers is the first and only book to teach readers how to develop device drivers for the FreeBSD operating system. A one-stop reference for FreeBSD device driver writers of all levels of expertise, FreeBSD Device Drivers begins with the nuts and bolts of device drivers, including exp...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
San Francisco :
No Starch Press,
©2012.
|
Temas: | |
Acceso en línea: | Texto completo Texto completo |
Tabla de Contenidos:
- Building and running modules
- Allocating memory
- Device communication and control
- Thread synchronization
- Delaying execution
- Case study: virtual null modem
- Newbus and resource allocation
- Interrupt handling
- Case study: parallel port printer driver
- Managing and using resources
- Case study: intelligent platform management interface driver
- Direct memory access
- Storage drivers
- Common access method
- USB drivers, case study: USB printer driver
- Network drivers part I, data structures
- CNetwork drivers part II, packet reception and transmission.