Cantitate/Preț
Produs

Embedded and Real-Time Operating Systems

Autor K. C. Wang
en Limba Engleză Hardback – 15 sep 2023
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.

Embedded and Real-Time Operating Systems 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).

This Second Edition covers ARM64 architecture and programming. These include exception levels, vector tables and exceptions handling, GICv3 programming and interrupt processing. It covers virtual to physical address mappings in ARMv8, and shows a 64-bit OS with kernel space in EL1 and separate user spaces in EL0.  It also covers ARM TrustZone technology and secure systems. These include hardware and software architectures for secure and normal worlds, interactions and switching between the two worlds. It shows a secure world comprising a secure monitor in EL3 to provide service functions, and a normal world comprising processes in non-secure EL1, which use SMC to access service functions in the secure world.
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.

Citește tot Restrânge

Preț: 80828 lei

Preț vechi: 101035 lei
-20% Nou

Puncte Express: 1212

Preț estimativ în valută:
15469 16068$ 12849£

Carte disponibilă

Livrare economică 13-27 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9783031287008
ISBN-10: 3031287002
Pagini: 851
Ilustrații: XV, 851 p. 149 illus., 118 illus. in color.
Dimensiuni: 210 x 279 x 56 mm
Greutate: 2.22 kg
Ediția:2nd ed. 2023
Editura: Springer International Publishing
Colecția Springer
Locul publicării:Cham, Switzerland

Cuprins

Chapter. 1. Introduction.- Chapter. 2. ARM Architecture and Programming.- Chapter. 3. Interrupts and Exceptions Processing.- Chapter. 4. Models of Embedded Systems.- Chapter. 5. Process Management in Embedded Systems.- Chapter. 6. Memory Management in ARM.- Chapter. 7. User Mode Process and System Calls.- Chapter. 8. General Purpose Embedded Operating Systems.- Chapter. 9. Multiprocessing in Embedded Systems.- Chapter. 10. Embedded Real-Time Operating Systems.- Chapter. 11. ARMv8 Architecture and Programming.- Chapter. 12. ARM TrustZone and Secure 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.

Embedded and Real-Time Operating Systems 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).

This Second Edition covers ARM64 architecture and programming. These include exception levels, vector tables and exceptions handling, GICv3 programming and interrupt processing. It covers virtual to physical address mappings in ARMv8, and shows a 64-bit OS with kernel space in EL1 and separate user spaces in EL0.  It also covers ARM TrustZone technology and secure systems. These include hardware and software architectures for secure and normal worlds, interactions and switching between the two worlds. It shows a secure world comprising a secure monitor in EL3 to provide service functions, and a normal world comprising processes in non-secure EL1, which use SMC to access service functions in the secure world.
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 Includes diagrams to help visualize the table contents and better understand page-table-walk algorithms