Research of an architecture of operating system kernel based on modularity concept

  • Authors:
  • Hongbiao Jiang;Wanlin Gao;Manwei Wang;Simon See;Ying Yang;Wei Liu;Jin Wang

  • Affiliations:
  • College of Information and Electrical Engineering, China Agricultural University, Beijing 100083, PR China;College of Information and Electrical Engineering, China Agricultural University, Beijing 100083, PR China;Information Centre of Ministry of Agriculture, Beijing 100125, PR China;Asia Pacific Science and Technology Center, Singapore and Nanyang Technological University, Singapore;College of Information and Electrical Engineering, China Agricultural University, Beijing 100083, PR China;Zibo Energy Supervision Center, Zibo City, Shandong Province 255031, PR China;College of Information and Electrical Engineering, China Agricultural University, Beijing 100083, PR China

  • Venue:
  • Mathematical and Computer Modelling: An International Journal
  • Year:
  • 2010

Quantified Score

Hi-index 0.98

Visualization

Abstract

This paper presents a new architecture of operating system kernel. The new architecture discussed is based on modularity concept and consideration of the shortcomings of traditional kernel, and the operating system kernel is divided into three independent modules - executing module, policy module and monitoring module. Policy module determines the policy of process scheduling separated from traditional kernel. Monitoring module is responsible for monitoring processes, handling system error and detecting of important data. These three modules work independently and communicate with each other by interrupts to ensure the safety of CPU time, important system data structures and user data. As a result, these three independent modules improve the expandability and simplify maintenance of the operating system kernel and enhance the robustness of the system. In this paper, techniques' implementation is given and important data structures are defined. Finally, potential problems of this architecture are also discussed.