Skip to content

Commit 2c84b3d

Browse files
committed
Add more info to shutdown on QEMU
1 parent 04f4c21 commit 2c84b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/chapter1/6print-and-shutdown-based-on-sbi.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
unreachable!()
6565
}
6666
67-
这里的参数 ``failure`` 表示系统是否正常退出。更多内容可以参阅 SBI spec 的 Chapter 10。
67+
这里的参数 ``failure`` 表示系统是否正常退出,这会影响 Qemu 模拟器进程退出之后的返回值,我们则会依此判断系统的执行是否正常。更多内容可以参阅 SBI spec 的 Chapter 10。
6868

6969
.. note:: **sbi_rt 是如何调用 SBI 服务的**
7070

0 commit comments

Comments
 (0)