Skip to content

Commit

Permalink
minimal-rust-kernel: fix missing .toml in zh-CN translation
Browse files Browse the repository at this point in the history
  • Loading branch information
xzmeng committed Aug 26, 2023
1 parent 1ddeb12 commit 81b7829
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ warning: TCG doesn't support requested feature: CPUID.01H:ECX.vmx [bit 5]
要让在 QEMU 中运行内核更轻松,我们可以设置在 cargo 配置文件中设置 `runner` 配置项:
```toml
# in .cargo/config
# in .cargo/config.toml
[target.'cfg(target_os = "none")']
runner = "bootimage runner"
Expand Down

0 comments on commit 81b7829

Please sign in to comment.