Cargando…

Understanding the Linux Kernel /

In order to thoroughly understand what makes Linux tick and why it works so well on a wide variety of systems, you need to delve deep into the heart of the kernel. The kernel handles all interactions between the CPU and the external world, and determines which programs will share processor time, in...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Bovet, Daniel P. (Daniel Pierre)
Otros Autores: Cesati, Marco
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sevastopol, CA : O'Reilly, 2005.
Edición:3rd ed.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Introduction
  • Memory addressing
  • Processes
  • Interrupts and exceptions
  • Kernel synchronization
  • Timing measurements
  • Process scheduling
  • Memory management
  • Process address space
  • System calls
  • Signals
  • The virtual filesystem
  • I/O architecture and device drivers
  • Block device drivers
  • The page cache
  • Accessing files
  • Page frame reclaiming
  • The Ext2 and Ext3 filesystems
  • Process communication
  • Program execution.