The art of RT-Xen

To achieve cost reduction in embedded systems, a single processor can be shared among multiple processes [1]. To ensure inter-processes interference is minimized, tasks of different applications need to be isolated. These tasks, which may have varying criticality level, will be hosted on different g...

Full description

Saved in:
Bibliographic Details
Main Author: Liu, Fan
Other Authors: Arvind Easwaran
Format: Final Year Project
Language:English
Published: 2015
Subjects:
Online Access:http://hdl.handle.net/10356/63475
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: Nanyang Technological University
Language: English
Description
Summary:To achieve cost reduction in embedded systems, a single processor can be shared among multiple processes [1]. To ensure inter-processes interference is minimized, tasks of different applications need to be isolated. These tasks, which may have varying criticality level, will be hosted on different guest domains. Further, overrunning of a lower criticality tasks should not cause higher criticality tasks to miss its stringent deadline requirements. Current RT-Xen schedulers do not support the concept of scheduling tasks of multi-level criticality; hence development of Mixed Criticality Scheduler (MCS) is necessary. This report covers the research on architecture, fundamental concepts and implementation of MCS algorithm. The report is organized into the following topics: Background of RT-Xen hypervisor, analysis of different types of scheduler and priority schemes, setting up of related systems, overview of MCS, design and implementation of MCS, and possible future improvements.