Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(virtualization): 内核虚拟化支持 #1073

Open
wants to merge 22 commits into
base: master
Choose a base branch
from

Conversation

BrahmaMantra
Copy link
Contributor

原pr已废弃,现在重新整合。
主要完成整体框架的搭建、CPU虚拟化模块以及内存虚拟化模块

下列为完成进度:
整体框架搭建
接入文件系统
CPU虚拟化
内存虚拟化

以及后续TODO:
IO虚拟化
中断虚拟化

@github-actions github-actions bot added the enhancement New feature or request label Dec 10, 2024
kernel/src/init/init.rs Outdated Show resolved Hide resolved
kernel/src/init/init.rs Outdated Show resolved Hide resolved
@dragonosbot dragonosbot added O-x86_64 Target: x86_64 T-virtulization Relevant to the virtulization team, which will review and decide on the PR/issue. labels Dec 13, 2024
};
}

/// @brief 锁定内核映射器, 并返回一个内核映射器对象
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

注释的风格需要改一下,使用markdown格式

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个文件不需要提交

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个文件不要提交

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fslongjin 这个文件是不是也不应该提交上来,要不要加ignore

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个改回false吧

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fslongjin 辛苦review下这个文件

@@ -19,4 +19,4 @@ cppcheck.xml
Cargo.lock
.cache
compile_commands.json
/logs/
/logs/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个logs只是本地用的吗,如果是本地使用的,不需要加在这

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request O-x86_64 Target: x86_64 T-virtulization Relevant to the virtulization team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants