feat: riscv-virt-rt 0.5.1 与 openarch 0.2.0 - #235
Merged
Conversation
**riscv-virt-rt 0.5.1**:C 库成为消费方式上的一个 feature(`nolibc`), 板子在零 libc 档贡献 virt.ld、直写 UART 的控制台与模拟器;新增 `nolibc-bsp` 模板(两个文件,对照 `nolibc` 的五个);openkal 抬到 0.5.2。 **openarch 0.2.0**:第二个架构(aarch64)加入,门槛通过——同一份探针源码 在两台指令集不同的机器上运行、输出逐字相同;新增 `openarch.pte` 页表项 接口与两个后端。 两个包的两端镜像均逐字节核验一致。
This file contains hidden or 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
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.
riscv-virt-rt 0.5.1 —— C 库成为消费方式上的一个 feature(
nolibc):板子在零 libc 档贡献virt.ld、直写 UART 的控制台与模拟器。新增nolibc-bsp模板(两个文件),与nolibc(五个文件)成对照——差别不在程序做什么,而在这块板的数据手册被抄进工程多少。openkal 抬到 0.5.2。openarch 0.2.0 —— 第二个架构加入,门槛通过:同一份探针源码在 riscv64 与 aarch64 上运行,输出逐字相同、退出码均为 0。新增
openarch.pte与两个后端。两个包两端镜像均逐字节核验一致(sha256 相同)。