We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d474f96 commit b948694Copy full SHA for b948694
chapter2/part5.md
@@ -37,7 +37,7 @@ Copyright (c) 2003-2019 Fabrice Bellard and the QEMU Project developers
37
38
### 使用 OpenSBI
39
40
-新版 Qemu 中内置了 [OpenSBI][opensbi] `firrmwire`(固件),它主要负责在操作系统运行前的硬件初始化和加载操作系统的功能。我们使用以下命令尝试运行一下:
+新版 Qemu 中内置了 [OpenSBI][opensbi] `firmware`(固件),它主要负责在操作系统运行前的硬件初始化和加载操作系统的功能。我们使用以下命令尝试运行一下:
41
42
```bash
43
$ qemu-system-riscv64 \
0 commit comments