Replies: 2 comments 4 replies
-
方向一:基于虚拟串口的虚拟机间通信主要任务
|
Beta Was this translation helpful? Give feedback.
3 replies
-
方向二:虚拟块设备主要任务
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
项目介绍
主仓库: https://github.com/arceos-hypervisor/axvisor/tree/next2 (next2)分支
指导老师: @chyyuu
主要负责人: @ZR233 @ZCShou
主要子仓库
ArceOS (fork): https://github.com/arceos-hypervisor/arceos
dyn-platform: https://github.com/[arceos-hypervisor/axplat-aarch64-dyn](https://github.com/arceos-hypervisor/axplat-aarch64-dyn)
axvm: https://github.com/arceos-hypervisor/axvm
x86_vcpu: https://github.com/arceos-hypervisor/x86_vcpu
arm_vcpu: https://github.com/arceos-hypervisor/arm_vcpu
axdevice_base: https://github.com/[arceos-hypervisor/axdevice_base](https://github.com/arceos-hypervisor/axdevice_base)
项目选题
您可以在以下题目中选择一个或多个,通过开启issue并将链接回复在相应题目下的方式进行选题,若有自行发挥的题目,也可在本贴新开一层回复,创建题目,我们会评审并进行相应指导,也可作为最终评分依据。选题并开启issue后,可将遇到问题和开发日志记录在issue中,在任务完成时,提交PR并关联到Issue,PR需通过所有单元测试,最终根据PR代码进行本次项目阶段打分。
简要说明
两个方向均为虚拟设备的开发,虚拟设备相关框架已基本成型,主要开发模式为实现 axdevice_base 中的设备抽象 trait,在axvm中注册设备实例,需完成虚拟设备寄存器的定义及处理逻辑,axvm、axhal与虚拟设备的交互。
一个选题可被多人同时选择
Beta Was this translation helpful? Give feedback.
All reactions