Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.06 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.06 KB

rnix-rv64

About

基于 rcore-os 的类unix操作系统内核。算是 rnix-x86 的延续。

运行ISA:RISC-V 64

进度安排

  • 前期参考RCore先书写基本内容
  • 后期会自己在这个基础上写一些有意思的东西

进度流水账


  • 进入内核
  • 批处理操作系统
  • 多道程序
  • 任务协作调度yield
  • 任务抢占调度

批处理系统 batch system

image-20230630135101165

多道程序协作式调度

image-20230708181206947

image-20230710151018052

多道程序抢占式调度 Round Robin

image-20230710215211482