-
Notifications
You must be signed in to change notification settings - Fork 31
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
重构 #23
Merged
Merged
重构 #23
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cleanup
feat(sbi-rt): complete
fix(sbi-rt): typo
fix #7 |
fix #19 |
fix #26 |
现在 hsm 使用的 ipi 有专门的 handler,一般的 ipi 会被转发,大概能 fix #12 |
不知道 #22 是不是能解决 |
#5 现在 test-kernel 基本上是平台无关的,并且通过一个肯定平台无关 sbi-rt 库调用 sbi functions |
Signed-off-by: YdrMaster <ydrml@hotmail.com>
temp: 实现系统重启操作的一部分,exectute 还没接住 Signed-off-by: YdrMaster <ydrml@hotmail.com>
解决了无法服务 rCore-Tutorial-v3 的问题 |
Signed-off-by: YdrMaster <ydrml@hotmail.com>
Signed-off-by: YdrMaster <ydrml@hotmail.com>
xtask 升级 clap 到 3.1,并支持在 windows 上调试 |
- 若 binutils 不存在,将自动安装 - 自动处理文件扩展名、应用程序路径等问题以支持 windows 上开发 Signed-off-by: YdrMaster <ydrml@hotmail.com>
Signed-off-by: YdrMaster <ydrml@hotmail.com>
Signed-off-by: YdrMaster <ydrml@hotmail.com>
Signed-off-by: YdrMaster <ydrml@hotmail.com>
一个简单的 ci,自动检查 fmt、clippy 和 test |
十分感谢! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
sbi 实现
测试内核
测试通过情况