Commit Graph

1 Commits

Author SHA1 Message Date
boxi
7e703f4da0 feat: Add the init_stage module in startup_init_lite.
Add the init_stage module to provide synchronous communication between
user mode processes and init process.
     init stage0-------1fork----> key app
        |2                            |3
     (listen)<---------4--------- (notify)
        |5
     init stage1-------6fork----> other app

Close #I3OTSU

Change-Id: Idec84e90f739475e98347a6a681a6953862b0928
2021-05-06 11:48:46 +08:00