diff --git a/README.md b/README.md index 4ab9187dca06b5d5521718445bd4716abd19f08e..8dcdc9e6f65835330ad140401031b0e5d7522fe2 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ The init module starts system service processes from the time the kernel loads the first user-space process to the time the first application is started. In addition to loading key system processes, the module needs to configure their permissions during the startup and keep the specified process alive after sub-processes are started. If a process exits abnormally, the module needs to restart it, and to perform system reset for a special process. + +flutter +huawei + ## Directory Structure ``` diff --git a/README_zh.md b/README_zh.md index 4efaac39973a170153a6a103c36085eadd63414c..a26c08affddec3ce273d883bdc29efb37db2252e 100644 --- a/README_zh.md +++ b/README_zh.md @@ -6,8 +6,13 @@ init组件负责处理从内核加载第一个用户态进程开始,到第一 ## 系统架构 +flutter + **图 1** OHOS启动框架图 + + + ![](figures/init系统架构.png) ## 目录