@@ -13,4 +13,6 @@ _book/
# eBook build output
*.epub
*.mobi
-*.pdf
+*.pdf
+
+./docs/.vuepress/dist
@@ -0,0 +1 @@
+npm run docs:build && cd ./docs/.vuepress/dist && git init && git add -A && git commit -m "deploy" && git push -f [email protected]:DragonOS-Community/OS_lab_tutorial.git master:gh-pages
+Subproject commit e233c049c5e234d55c686329ac443ec7331cd25d
@@ -24,7 +24,7 @@ sidebar: auto
进程创建的过程示意图如下所示:
-
+<img src="../.vuepress/public/process.png" alt="图片1" title="进程的创建" style="zoom: 67%;" />
### 系统调用fork()