On generalizing interrupt handling into a flexible binding model for kernel components

  • Authors:
  • Qiming Teng;Xiangqun Chen;Xia Zhao

  • Affiliations:
  • Peking University, Beijing, PRC;Peking University, Beijing, PRC;,Peking University, Beijing, PRC

  • Venue:
  • ICESS'04 Proceedings of the First international conference on Embedded Software and Systems
  • Year:
  • 2004

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper presents a flexible binding implementation in JBEOS, a component based embedded operating system targeted at resource-constrained devices. This binding model features an extensible framework, which consists of two stub segments named prolog and epilog respectively. By making the binding service an ingredient of the run-time infrastructure, dynamic loading and binding of system components is supported in JBEOS. Synchronization, mutual exclusion issues are made transparent by manipulating the inter-component communications using the binding model given.