Skip to content

Commit a2b888a

Browse files
committed
update ch2:0
1 parent df523a6 commit a2b888a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/chapter2/0intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ BatchOS操作系统的总体结构如下图所示:
167167

168168
通过上图,大致可以看出Qemu把包含多个app的列表和BatchOS的image镜像加载到内存中,RustSBI(bootloader)完成基本的硬件初始化后,跳转到BatchOS起始位置,BatchOS首先进行正常运行前的初始化工作,即建立栈空间和清零bss段,然后通过 `AppManager` 内核模块从app列表中依次加载各个app到指定的内存中在用户态执行。app在执行过程中,会通过系统调用的方式得到BatchOS提供的OS服务,如输出字符串等。
169169

170-
LibOS操作系统的源代码如下所示
170+
BatchOS操作系统的源代码如下所示
171171

172172
.. code-block::
173173

0 commit comments

Comments
 (0)