Cargando…

Operating system design : the Xinu approach : Linksys version /

Introduction and OverviewOperating SystemsApproach Used In The TextA Hierarchical DesignThe Xinu Operating SystemWhat An Operating System Is NotAn Operating System Viewed From The OutsideRemainder Of The TextConcurrent Execution And Operating System ServicesProgramming Models For Multiple Activities...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Comer, Douglas
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Boca Raton, Fla. : CRC Press, 2012.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Ch. 1. Introduction and overview
  • ch. 2. Concurrent execution and operating system services
  • ch. 3. An overview of the hardware and run-time environment
  • ch. 4. List and queue manipulation
  • ch. 5. Scheduling and context switching
  • ch. 6. More process management
  • ch. 7. Coordination of concurrent processes
  • ch. 8. Message passing
  • ch. 9. Basic memory management
  • ch. 10. High-level memory management and virtual memory
  • ch. 11. High-level message passing
  • ch. 12. Interrupt processing
  • ch. 13. Real-time clock management
  • ch. 14. Device-independent input and output
  • ch. 15. An example device driver
  • ch. 16. DMA devices and drivers (ethernet)
  • ch. 17. A minimal Internet protocol stack
  • ch. 18. A remote disk driver
  • ch. 19. File systems
  • ch. 20. A remote file mechanism
  • ch. 21. A syntactic namespace
  • ch. 22. System initialization
  • ch. 23. Exception handling
  • ch. 24. System configuration
  • ch. 25. An example user interface : the Xinu shell.