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
Otros Autores: Comer, Douglas, author (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Boca Raton, [Florida] ; London, [England] ; New York : CRC Press 2012.
Edición:1st edition
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009629674206719
Tabla de Contenidos:
  • Front Cover; Dedication; Contents; Preface; About The Author; Chapter 1: Introduction and Overview; Chapter 2: Concurrent Execution and Operating System Services; Chapter 3: An Overview of The Hardware and Run-Time Environment; Chapter 4: List and Queue Manipulation; Chapter 5: Scheduling and Context Switching; Chapter 6: More Process Management; Chapter 7: Coordination of Concurrent Processes; Chapter 8: Message Passing; Chapter 9: Basic Memory Management; Chapter 10: High-Level Memory Management and Virtual Memory; Chapter 11: High-Level Message Passing; Chapter 12: Interrupt Processing
  • Chapter 13: Real-Time Clock ManagementChapter 14: Device-Independent Input and Output; Chapter 15: An Example Device Driver; Chapter 16: DMA Devices and Drivers (Ethernet); Chapter 17: A Minimal Internet Protocol Stack; Chapter 18: A Remote Disk Driver; Chapter 19: File Systems; Chapter 20: A Remote File Mechanism; Chapter 21: A Syntactic Namespace; Chapter 22: System Initialization; Chapter 23: Exception Handling; Chapter 24: System Configuration; Chapter 25: An Example User Interface: The Xinu Shell; Appendix 1: Porting an Operating System; Appendix 2: Xinu Design Notes