The Linux Kernel primer : a top-down approach for X86 and PowerPC architectures /
Learn Linux kernel programming, hands-on : a uniquely effective top-down approach The Linux ® Kernel Primer is the definitive guide to Linux kernel programming. The authors' unique top-down approach makes kernel programming easier to understand by systematically tracing functionality from user...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Otros Autores: | , |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Upper Saddle River, NJ :
Prentice Hall Professional Technical Reference,
2005.
|
Colección: | Prentice Hall open source software development series.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Ch. 1. Overview
- Ch. 2. Exploration toolkit
- Ch. 3. Processes : the principal model of execution
- Ch. 4. Memory management
- Ch. 5. Input/output
- Ch. 6. Filesystems
- Ch. 7. Scheduling and kernel synchronization
- Ch. 8. Booting the kernel
- Ch. 9. Building the Linux kernel
- Ch. 10. Adding your code to the kernel.