Overview
- 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
Access this book
Tax calculation will be finalised at checkout
Other ways to access
About this book
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.
Keywords
- Embedded operating systems
- Interrupts processing
- Device drivers
- Memory management unit (MMU)
- Virtual address mapping
- ARM architecture
- ARM programming
- Toolchain and virtual machines
- Multicore processors
- Symmetric Multiprocessing (SMP)
- Embedded operating systems
- General purpose operating systems
- Real-Time operating systems
Table of contents (12 chapters)
Authors and Affiliations
About the author
Bibliographic Information
Book Title: Embedded and Real-Time Operating Systems
Authors: K. C. Wang
DOI: https://doi.org/10.1007/978-3-031-28701-5
Publisher: Springer Cham
eBook Packages: Computer Science, Computer Science (R0)
Copyright Information: The Editor(s) (if applicable) and The Author(s), under exclusive license to Springer Nature Switzerland AG 2023
Hardcover ISBN: 978-3-031-28700-8Published: 15 September 2023
Softcover ISBN: 978-3-031-29535-5Published: 15 September 2024
eBook ISBN: 978-3-031-28701-5Published: 14 September 2023
Edition Number: 2
Number of Pages: XV, 851
Number of Illustrations: 31 b/w illustrations, 118 illustrations in colour
Topics: Operating Systems, Circuits and Systems, Mobile Computing