Embedded and Real-Time Operating Systems
Autor K.C. Wangen Limba Engleză Paperback – 9 sep 2018
This book covers the basic concepts and principles of operating systems, showing how to apply them to the design and implementation of complete operating systems for embedded and real-time systems. It includes all the foundational and background information on ARM architecture, ARM instructions and programming, toolchain for developing programs, virtual machines for software implementation and testing, program execution image, function call conventions, run-time stack usage and link C programs with assembly code.
It describes the design and implementation of a complete OS for embedded systems in incremental steps, explaining the design principles and implementation techniques. For Symmetric Multiprocessing (SMP) embedded systems, the author examines the ARM MPcore processors, which include the SCU and GIC for interrupts routing and interprocessor communication and synchronization by Software Generated Interrupts (SGIs).
Throughout the book, complete working sample systems demonstrate the design principles and implementation techniques. The content is suitable for advanced-level and graduate students working in software engineering, programming, and systems theory.
Preț: 591.83 lei
Preț vechi: 696.28 lei
-15% Nou
Puncte Express: 888
Preț estimativ în valută:
113.26€ • 118.77$ • 94.44£
113.26€ • 118.77$ • 94.44£
Carte tipărită la comandă
Livrare economică 08-22 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9783319846729
ISBN-10: 3319846728
Ilustrații: XIX, 481 p. 93 illus.
Dimensiuni: 210 x 279 mm
Greutate: 1.12 kg
Ediția:Softcover reprint of the original 1st ed. 2017
Editura: Springer International Publishing
Colecția Springer
Locul publicării:Cham, Switzerland
ISBN-10: 3319846728
Ilustrații: XIX, 481 p. 93 illus.
Dimensiuni: 210 x 279 mm
Greutate: 1.12 kg
Ediția:Softcover reprint of the original 1st ed. 2017
Editura: Springer International Publishing
Colecția Springer
Locul publicării:Cham, Switzerland
Cuprins
Introduction.- ARM Architecture and Programming.- Exceptions and Interrupts Processing.- Models of Embedded Systems.- Process Management in Embedded Systems.- Process Management in Embedded Systems.- Memory Management.- User Mode Processes and System Calls.- General Purpose Embedded Operating Systems.- Multiprocessing in Embedded Systems.- Embedded Real-Time Operating Systems.
Notă biografică
K.C. Wang is currently a Professor in the School of Electrical Engineering and Computer Science at Washington State University. He received a BSEE degree from National Taiwan University, in 1960 and a Ph.D. degree in Electrical Engineering from Northwestern University, Evanston, Illinois in 1965. His academic interests are in Operating Systems, Distributed Systems and Parallel Computing.
Textul de pe ultima copertă
This book covers the basic concepts and principles of operating systems, showing how to apply them to the design and implementation of complete operating systems for embedded and real-time systems. It includes all the foundational and background information on ARM architecture, ARM instructions and programming, toolchain for developing programs, virtual machines for software implementation and testing, program execution image, function call conventions, run-time stack usage and link C programs with assembly code.
It describes the design and implementation of a complete OS for embedded systems in incremental steps, explaining the design principles and implementation techniques. For Symmetric Multiprocessing (SMP) embedded systems, the author examines the ARM MPcore processors, which include the SCU and GIC for interrupts routing and interprocessor communication and synchronization by Software Generated Interrupts (SGIs).
Throughout the book, complete working sample systems demonstrate the design principles and implementation techniques. The content is suitable for advanced-level and graduate students working in software engineering, programming, and systems theory.
Caracteristici
Uses working sample systems to demonstrate design principles and implementation techniques Demonstrates the design and implementation of a complete OS for embedded systems in incremental steps Explains how to apply the principles of interrupts processing to develop interrupt-driven device drivers and event-driven embedded systems Includes supplementary material: sn.pub/extras