作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2012, Vol. 38 ›› Issue (5): 259-261. doi: 10.3969/j.issn.1000-3428.2012.05.080

• 工程应用技术与实现 • 上一篇    下一篇

基于NoC的多核分布式操作系统

胡新安1,付方发1,孙 俊2,喻明艳1   

  1. (1. 哈尔滨工业大学微电子中心,哈尔滨 150001;2. 上海航天控制工程研究所,上海 200233)
  • 收稿日期:2011-07-26 出版日期:2012-03-05 发布日期:2012-03-05
  • 作者简介:胡新安(1986-),男,硕士研究生,主研方向:多核操作系统;付方发,助教、博士;孙 俊,硕士;喻明艳,教授、博士生导师

Multi-core Distributed Operating System Based on NoC

HU Xin-an 1, FU Fang-fa 1, SUN Jun 2, YU Ming-yan 1   

  1. (1. Microelectronics Center, Harbin Institute of Technology, Harbin 150001, China; 2. Shanghai Institute of Control Engineering for Aerospace, Shanghai 200233, China)
  • Received:2011-07-26 Online:2012-03-05 Published:2012-03-05

摘要: 采用主从控制方式和消息传递通信相结合的非均衡设计方法,设计基于片上网络(NoC)的多核分布式操作系统。在该系统中,主控节点通过资源池统计全局资源信息,利用运行时任务调度完成相关任务分派。从节点以异步统计模式反馈资源信息,并使用虚拟内存技术实现并行应用子进程的创建、加载和执行。测试结果表明,该系统能有效支持基于消息传递接口的并行程序的调度、加载及执行。

关键词: 分布式操作系统, 消息传递接口, 非均衡模式, 资源池, 运行时调度

Abstract: Operation System(OS) for multi-processor is a key issue to manage the resource generally. This paper applies the asymmetric multi- processing mode to design a distributed operating system for a Network on Chip(NoC)-based Multi-processor System-on-Chip(MPSoC). The nodes, divided into control node and operation nodes, use MPSoC Message Passing Interface(MMPI) to communicate with each other. An embedded Linux which runs on the control node, uses statistics pool to collect system resources information and schedules the parallel applications when they execute. The μC/OS on the operation nodes uses virtual memory to create, load and execute MPI tasks assigned to each operation node. Test result shows that this design manages the MPSoC effectively.

Key words: distributed Operating System(OS), Message Passing Interface(MPI), asymmetric mode, statistics pool, runtime schedule

中图分类号: