Real-Time Operating Systems Lecture For The Embedded Systems Course CSD, University of Crete (May 23, 2014)
Real-Time Operating Systems Lecture For The Embedded Systems Course CSD, University of Crete (May 23, 2014)
Real-Time OS:
Deterministic timing behavior
“worst-case” guarantees
Processing must be done within a time constraint or the system will fail.
All delays in the system will be bounded; from the retrieval of stored
data to the time RTOS finishes the request.
Concerns:
• Real-time ?
• Footprint ?
WindNet Networking
System libraries
Hardware
User Processes
Hardware
Real-Time Kernel
Real-Time
Linux
Tasks
Real-Time
Linux FIFOs
Processes
26 Real-Time Operating Systems
Linux/RK
A Kernel that provides to applications Timely, Guaranteed, and Enforced access
to System Resources
Allows Applications to specify only their Resource Demands
… leaving the Kernel to satisfy Demands using hidden management schemes