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 04f4c21 commit 2c84b3dCopy full SHA for 2c84b3d
source/chapter1/6print-and-shutdown-based-on-sbi.rst
@@ -64,7 +64,7 @@
64
unreachable!()
65
}
66
67
-这里的参数 ``failure`` 表示系统是否正常退出。更多内容可以参阅 SBI spec 的 Chapter 10。
+这里的参数 ``failure`` 表示系统是否正常退出,这会影响 Qemu 模拟器进程退出之后的返回值,我们则会依此判断系统的执行是否正常。更多内容可以参阅 SBI spec 的 Chapter 10。
68
69
.. note:: **sbi_rt 是如何调用 SBI 服务的**
70
0 commit comments