Skip to content

docs/tutorial/ch0: add Rust dev env section with riscv64-softmmu#24

Merged
zevorn merged 3 commits intogevico:mainfrom
zevorn:fix-rust-env-riscv
Apr 13, 2026
Merged

docs/tutorial/ch0: add Rust dev env section with riscv64-softmmu#24
zevorn merged 3 commits intogevico:mainfrom
zevorn:fix-rust-env-riscv

Conversation

@zevorn
Copy link
Copy Markdown
Member

@zevorn zevorn commented Apr 13, 2026

关联章节/文件

  • 文档路径:docs/tutorial/2026/ch0/qemu-dev-env.md
  • 文档路径:docs/tutorial/2026/ch0/index.md

修改类型

  • 内容补充

修改描述

  • 外部链接「搭建 QEMU Rust 开发环境」缺少 RISC-V 架构的 target 指定(riscv64-softmmu
  • qemu-dev-env.md 新增「Rust 开发环境配置(可选)」章节,包含正确的 configure 命令(含 riscv64-softmmu
  • index.md 中的 Rust 环境链接从外部站点改为指向本地新增章节

Closes #23

本地验证

  • 已通过 autocorrect . (或 autocorrect --lint . 检查并通过)
  • 已执行 zensical serve 并在本地预览,确认页面渲染正常、链接有效、排版美观

附加说明 (可选)

原外部链接 (hust-open-atom-club.github.io) 中的 configure 命令 target-list 缺少 riscv64-softmmu,且该站点非本仓库可控。因此选择在本地文档中补充完整的 Rust 开发环境配置章节。

zevorn added 2 commits April 13, 2026 21:32
The external link for "搭建 QEMU Rust 开发环境" was missing RISC-V
architecture in its configure target-list. Add a local Rust development
environment section to qemu-dev-env.md with the correct configure
command including riscv64-softmmu, and update the link in index.md to
point to the local content.

Closes: gevico#23
Signed-off-by: Chao Liu <chao.liu.zevorn@gmail.com>
Signed-off-by: Chao Liu <chao.liu.zevorn@gmail.com>
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4300757503

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread docs/tutorial/2026/ch0/qemu-dev-env.md
Signed-off-by: Chao Liu <chao.liu.zevorn@gmail.com>
@zevorn zevorn merged commit ab28036 into gevico:main Apr 13, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rust开发环境搭建缺少RISCV架构

1 participant