期刊名称:International Journal of Advances in Engineering and Management
电子版ISSN:2395-5252
出版年度:2020
卷号:2
期号:9
页码:624-629
DOI:10.35629/5252-0209561564
语种:English
出版社:IJAEM JOURNAL
摘要: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. Previous article in issue Next article in issue.
关键词:Operating system; Kernel; Modularity; System safety