The design of application-tailorable operating system product lines

  • Authors:
  • Daniel Lohmann;Wolfgang Schröder-Preikschat;Olaf Spinczyk

  • Affiliations:
  • Department of Computer Sciences, Friedrich-Alexander University of Erlangen-Nuremberg, Erlangen, Germany;Department of Computer Sciences, Friedrich-Alexander University of Erlangen-Nuremberg, Erlangen, Germany;Department of Computer Sciences, Friedrich-Alexander University of Erlangen-Nuremberg, Erlangen, Germany

  • Venue:
  • CASSIS'05 Proceedings of the Second international conference on Construction and Analysis of Safe, Secure, and Interoperable Smart Devices
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

System software for deeply embedded devices has to cope with a broad variety of requirements and platforms, but especially with strict resource constraints. To compete against proprietary systems (and thereby to facilitate reuse), an operating system product line for deeply embedded systems has to be highly configurable and tailorable. It is therefore crucial that all selectable and configurable features can be encapsulated into fine-grained, exchangeable and reusable implementation components. However, the encapsulation of non-functional properties is often limited, due to their cross-cutting character. Fundamental system policies, like synchronization or activation points for the scheduler, have typically to be reflected in many points of the operating system component code. The presented approach is based on feature modeling, C++ class composition and overcomes the above mentioned problems by means of aspect-oriented programming (AOP). It facilitates a fine-grained encapsulation and configuration of even non-functional properties in system software.